Title: [165726] trunk/Source/WTF
Revision
165726
Author
[email protected]
Date
2014-03-17 02:38:56 -0700 (Mon, 17 Mar 2014)

Log Message

Buildfix after r165725 for non Mac platforms.

Patch by Tamas Gergely <[email protected]> on 2014-03-17
Reviewed by Csaba Osztrogonác.

* wtf/WTFThreadData.h:

Modified Paths

Diff

Modified: trunk/Source/WTF/ChangeLog (165725 => 165726)


--- trunk/Source/WTF/ChangeLog	2014-03-17 08:29:12 UTC (rev 165725)
+++ trunk/Source/WTF/ChangeLog	2014-03-17 09:38:56 UTC (rev 165726)
@@ -1,3 +1,11 @@
+2014-03-17  Tamas Gergely  <[email protected]>
+
+        Buildfix after r165725 for non Mac platforms.
+
+        Reviewed by Csaba Osztrogonác.
+
+        * wtf/WTFThreadData.h:
+
 2014-03-17  Andreas Kling  <[email protected]>
 
         [Mac] WTFThreadData should use _pthread_getspecific_direct().

Modified: trunk/Source/WTF/wtf/WTFThreadData.h (165725 => 165726)


--- trunk/Source/WTF/wtf/WTFThreadData.h	2014-03-17 08:29:12 UTC (rev 165725)
+++ trunk/Source/WTF/wtf/WTFThreadData.h	2014-03-17 09:38:56 UTC (rev 165726)
@@ -34,7 +34,7 @@
 #include <wtf/StackStats.h>
 #include <wtf/text/StringHash.h>
 
-#if defined(__has_include) && __has_include(<System/pthread_machdep.h>)
+#if OS(DARWIN) && defined(__has_include) && __has_include(<System/pthread_machdep.h>)
 #include <System/pthread_machdep.h>
 #endif
 
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to