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

Unified Diff: Source/wtf/ThreadIdentifierDataPthreads.cpp

Issue 23566006: Get rid of OS(SOLARIS) and OS(HURD). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: git cl try Created 7 years, 4 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 | « Source/wtf/NumberOfCores.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/wtf/ThreadIdentifierDataPthreads.cpp
diff --git a/Source/wtf/ThreadIdentifierDataPthreads.cpp b/Source/wtf/ThreadIdentifierDataPthreads.cpp
index c7565a8e2c8b061fbc75a3db55a15d47b47fa1f4..89262fc90264e862a46b995b2c41a5c92cfc96c6 100644
--- a/Source/wtf/ThreadIdentifierDataPthreads.cpp
+++ b/Source/wtf/ThreadIdentifierDataPthreads.cpp
@@ -37,8 +37,8 @@
#include "wtf/Assertions.h"
#include "wtf/Threading.h"
-#if OS(ANDROID) || OS(HURD)
-// PTHREAD_KEYS_MAX is not defined in bionic nor in Hurd, so explicitly define it here.
+#if OS(ANDROID)
+// PTHREAD_KEYS_MAX is not defined in bionic, so explicitly define it here.
#define PTHREAD_KEYS_MAX 1024
#else
#include <limits.h>
« no previous file with comments | « Source/wtf/NumberOfCores.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698