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> |