Mercurial > sdl-ios-xcode
comparison src/thread/linux/SDL_syssem.c @ 94:ae6e6b73333f
Cleaned up the OpenBSD port, thanks to Peter Valchev
author | Sam Lantinga <slouken@lokigames.com> |
---|---|
date | Sun, 08 Jul 2001 09:00:06 +0000 |
parents | d9e3595b63d5 |
children | e8157fcb3114 |
comparison
equal
deleted
inserted
replaced
93:fc774f445e10 | 94:ae6e6b73333f |
---|---|
46 #endif /* linux */ | 46 #endif /* linux */ |
47 | 47 |
48 #ifdef SDL_USE_PTHREADS | 48 #ifdef SDL_USE_PTHREADS |
49 | 49 |
50 #ifdef SDL_NO_PTHREAD_SEMAPHORES | 50 #ifdef SDL_NO_PTHREAD_SEMAPHORES |
51 #include "generic/SDL_sem.c" | 51 #include "generic/SDL_syssem.c" |
52 #else | 52 #else |
53 | 53 |
54 #include <stdio.h> | 54 #include <stdio.h> |
55 #include <stdlib.h> | 55 #include <stdlib.h> |
56 #include <unistd.h> /* For getpid() */ | 56 #include <unistd.h> /* For getpid() */ |