Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(150)

Unified Diff: nspr/pr/include/pratom.h

Issue 200653003: Update to NSPR 4.10.4. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/nss/
Patch Set: Created 6 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « nspr/pr/include/md/_linux.cfg ('k') | nspr/pr/include/prinit.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: nspr/pr/include/pratom.h
===================================================================
--- nspr/pr/include/pratom.h (revision 257452)
+++ nspr/pr/include/pratom.h (working copy)
@@ -110,7 +110,7 @@
(defined(__powerpc__) && !defined(__powerpc64__)) || \
(defined(__arm__) && \
defined(__GCC_HAVE_SYNC_COMPARE_AND_SWAP_4)) || \
- defined(__alpha))))
+ defined(__aarch64__) || defined(__alpha))))
/*
* Because the GCC manual warns that some processors may support
« no previous file with comments | « nspr/pr/include/md/_linux.cfg ('k') | nspr/pr/include/prinit.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698