- Timestamp:
- Oct 28, 2007, 4:59:22 PM (17 years ago)
- Location:
- trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/sh_mem.c
r138 r139 19 19 20 20 #include "config_xor.h" 21 22 #if defined(HAVE_PTHREAD_MUTEX_RECURSIVE) 23 #define _XOPEN_SOURCE 500 24 #endif 21 25 22 26 #include <stdio.h> -
trunk/src/sh_pthread.c
r138 r139 15 15 } 16 16 17 17 #if !defined(HAVE_PTHREAD_MUTEX_RECURSIVE) 18 18 /** 19 19 * libxml2 threads.c: set of generic threading related routines … … 73 73 } 74 74 #endif 75 76 77 #endif
Note:
See TracChangeset
for help on using the changeset viewer.