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

Unified Diff: include/__config

Issue 904473004: Rebased localmods in libcxx to 223109. (Closed)
Patch Set: Created 5 years, 10 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 | « codereview.settings ('k') | include/__locale » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include/__config
diff --git a/include/__config b/include/__config
index df0bb77c04daedaac3ffc6fbf2d83fbacd510b7b..6f57df5d233f7c3ae673727eb92ccb14443278ef 100644
--- a/include/__config
+++ b/include/__config
@@ -647,6 +647,10 @@ template <unsigned> struct __static_assert_check {};
#define _LIBCPP_ELAST ELAST
#elif defined(__linux__)
#define _LIBCPP_ELAST 4095
+// @LOCALMOD-START
+#elif defined(__native_client__)
+// NaCl doesn't have ELAST or __ELASTERROR
+// @LOCALMOD-END
#elif defined(_NEWLIB_VERSION)
#define _LIBCPP_ELAST __ELASTERROR
#elif defined(__APPLE__)
« no previous file with comments | « codereview.settings ('k') | include/__locale » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698