Mercurial > sdl-ios-xcode
comparison src/thread/linux/SDL_sysmutex.c @ 1358:c71e05b4dc2e
More header massaging... works great on Windows. ;-)
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Fri, 10 Feb 2006 06:48:43 +0000 |
parents | 604d73db6802 |
children |
comparison
equal
deleted
inserted
replaced
1357:e18467d67cfd | 1358:c71e05b4dc2e |
---|---|
37 | 37 |
38 #ifdef SDL_USE_PTHREADS | 38 #ifdef SDL_USE_PTHREADS |
39 | 39 |
40 #include <pthread.h> | 40 #include <pthread.h> |
41 | 41 |
42 #include "SDL_stdlib.h" | |
43 #include "SDL_error.h" | |
44 #include "SDL_thread.h" | 42 #include "SDL_thread.h" |
45 | 43 |
46 | 44 |
47 struct SDL_mutex { | 45 struct SDL_mutex { |
48 pthread_mutex_t id; | 46 pthread_mutex_t id; |