changeset 3605:55b0a0191163

We're using GNU recursive mutexes
author Sam Lantinga <slouken@libsdl.org>
date Wed, 30 Dec 2009 19:48:23 +0000
parents e569bbb266eb
children 1a4456a01995
files src/thread/pthread/SDL_sysmutex.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/thread/pthread/SDL_sysmutex.c	Wed Dec 30 19:38:08 2009 +0000
+++ b/src/thread/pthread/SDL_sysmutex.c	Wed Dec 30 19:48:23 2009 +0000
@@ -21,6 +21,7 @@
 */
 #include "SDL_config.h"
 
+#define _GNU_SOURCE
 #include <pthread.h>
 
 #include "SDL_thread.h"