Changeset 98629 in webkit for trunk/Source/JavaScriptCore/config.h
- Timestamp:
- Oct 27, 2011, 1:40:29 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/config.h
r97046 r98629 93 93 #endif 94 94 95 #if OS(FREEBSD) || OS(OPENBSD)95 #if (OS(FREEBSD) || OS(OPENBSD)) && !defined(__GLIBC__) 96 96 #define HAVE_PTHREAD_NP_H 1 97 97 #endif
Note:
See TracChangeset
for help on using the changeset viewer.