Changeset 165725 in webkit for trunk/Source/WTF/wtf/FastMalloc.cpp
- Timestamp:
- Mar 17, 2014, 1:29:12 AM (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/WTF/wtf/FastMalloc.cpp
r164742 r165725 462 462 #endif 463 463 464 #ifdef __has_include 465 #if __has_include(<System/pthread_machdep.h>) 466 464 #if defined(__has_include) && __has_include(<System/pthread_machdep.h>) 467 465 #include <System/pthread_machdep.h> 466 #endif 468 467 469 468 #if defined(__PTK_FRAMEWORK_JAVASCRIPTCORE_KEY0) 470 469 #define WTF_USE_PTHREAD_GETSPECIFIC_DIRECT 1 471 #endif472 473 #endif474 470 #endif 475 471
Note:
See TracChangeset
for help on using the changeset viewer.