Mercurial > sdl-ios-xcode
comparison src/thread/pth/SDL_sysmutex.c @ 1338:604d73db6802
Removed uses of stdlib.h and string.h
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 07 Feb 2006 09:29:18 +0000 |
parents | 3692456e7b0f |
children | c71e05b4dc2e |
comparison
equal
deleted
inserted
replaced
1337:c687f06c7473 | 1338:604d73db6802 |
---|---|
2 * GNU pth mutexes | 2 * GNU pth mutexes |
3 * | 3 * |
4 * Patrice Mandin | 4 * Patrice Mandin |
5 */ | 5 */ |
6 | 6 |
7 #include <stdio.h> | |
8 #include <stdlib.h> | |
9 #include <pth.h> | 7 #include <pth.h> |
10 | 8 |
9 #include "SDL_stdlib.h" | |
11 #include "SDL_error.h" | 10 #include "SDL_error.h" |
12 #include "SDL_mutex.h" | 11 #include "SDL_mutex.h" |
13 #include "SDL_sysmutex_c.h" | 12 #include "SDL_sysmutex_c.h" |
14 | 13 |
15 /* Create a mutex */ | 14 /* Create a mutex */ |