Changeset 20351 in webkit for trunk/JavaScriptCore/wtf/FastMalloc.cpp
- Timestamp:
- Mar 20, 2007, 4:57:01 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/wtf/FastMalloc.cpp
r20229 r20351 67 67 68 68 #include "Assertions.h" 69 #if USE(MULTIPLE_THREADS) 70 #include <pthread.h> 71 #endif 69 72 70 73 #ifndef USE_SYSTEM_MALLOC … … 160 163 } 161 164 162 #if !PLATFORM(WIN_OS)163 165 void fastMallocSetIsMultiThreaded() 164 166 { 165 167 } 166 #endif167 168 168 169 } // namespace WTF
Note:
See TracChangeset
for help on using the changeset viewer.