comparison runtime/internal/monitor.c @ 560:fbc454d4ce80

The latest patch broke things for non OS X
author Tomas Lindquist Olsen <tomas.l.olsen@gmail.com>
date Fri, 29 Aug 2008 16:35:46 +0200
parents 02fb65cddc3e
children 394e72cbbb46
comparison
equal deleted inserted replaced
559:5d6ef6e6805d 560:fbc454d4ce80
125 125
126 /* =============================== linux ============================ */ 126 /* =============================== linux ============================ */
127 127
128 #if USE_PTHREADS 128 #if USE_PTHREADS
129 129
130 #ifndef HAVE_PTHREAD_MUTEX_RECURSIVE 130 #if __APPLE__
131 #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE 131 #define PTHREAD_MUTEX_RECURSIVE_NP PTHREAD_MUTEX_RECURSIVE
132 #endif 132 #endif
133 133
134 // Includes attribute fixes from David Friedman's GDC port 134 // Includes attribute fixes from David Friedman's GDC port
135 135