Mercurial > sdl-ios-xcode
comparison src/thread/bsdi/SDL_syssem.c @ 271:9631db4d9ee1
Now works "out of the box" on BSDI
author | Sam Lantinga <slouken@libsdl.org> |
---|---|
date | Tue, 22 Jan 2002 18:28:35 +0000 |
parents | 640dcf27d2f7 |
children | f6ffac90895c |
comparison
equal
deleted
inserted
replaced
270:37fa1484f71b | 271:9631db4d9ee1 |
---|---|
264 * | 264 * |
265 * $FreeBSD: src/lib/libc_r/uthread/uthread_sem.c,v 1.3.2.1 2000/07/18 02:05:57 jasone Exp $ | 265 * $FreeBSD: src/lib/libc_r/uthread/uthread_sem.c,v 1.3.2.1 2000/07/18 02:05:57 jasone Exp $ |
266 */ | 266 */ |
267 | 267 |
268 #include <errno.h> | 268 #include <errno.h> |
269 #include <semaphore.h> | |
270 #include <pthread.h> | 269 #include <pthread.h> |
271 | 270 |
272 /* Begin thread_private.h kluge */ | 271 /* Begin thread_private.h kluge */ |
273 /* | 272 /* |
274 * These come out of (or should go into) thread_private.h - rather than have | 273 * These come out of (or should go into) thread_private.h - rather than have |