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

Unified Diff: src/thread.cpp

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 | « src/locale.cpp ('k') | test/lit.cfg » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/thread.cpp
diff --git a/src/thread.cpp b/src/thread.cpp
index 0ced1e3bba1e432f4802e56785b04b740c98f9a4..6a18e2ccb127ce1a0de5396bb40998cdd9f6d9af 100644
--- a/src/thread.cpp
+++ b/src/thread.cpp
@@ -17,7 +17,7 @@
#include "limits"
#include <sys/types.h>
#if !defined(_WIN32)
-#if !defined(__sun__) && !defined(__linux__) && !defined(_AIX)
+#if !defined(__sun__) && !defined(__linux__) && !defined(_AIX) && !defined(__native_client__) // @LOCALMOD
#include <sys/sysctl.h>
#endif // !__sun__ && !__linux__ && !_AIX
#include <unistd.h>
« no previous file with comments | « src/locale.cpp ('k') | test/lit.cfg » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698