Mercurial > sdl-ios-xcode
comparison src/thread/pthread/SDL_sysmutex.c @ 3605:55b0a0191163
We're using GNU recursive mutexes
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Wed, 30 Dec 2009 19:48:23 +0000 |
parents | 99210400e8b9 |
children | f7b03b6838cb |
comparison
equal
deleted
inserted
replaced
3604:e569bbb266eb | 3605:55b0a0191163 |
---|---|
19 Sam Lantinga | 19 Sam Lantinga |
20 slouken@libsdl.org | 20 slouken@libsdl.org |
21 */ | 21 */ |
22 #include "SDL_config.h" | 22 #include "SDL_config.h" |
23 | 23 |
24 #define _GNU_SOURCE | |
24 #include <pthread.h> | 25 #include <pthread.h> |
25 | 26 |
26 #include "SDL_thread.h" | 27 #include "SDL_thread.h" |
27 | 28 |
28 #if !SDL_THREAD_PTHREAD_RECURSIVE_MUTEX && \ | 29 #if !SDL_THREAD_PTHREAD_RECURSIVE_MUTEX && \ |