16 lines
400 B
Text
16 lines
400 B
Text
* This doesn't currently work under NetBSD 1.6.2 and GNU PTH.
|
|
|
|
- SDL_SemWait is returning -1, which indicates an error
|
|
|
|
- src/sc2code/libs/threads/sdl/sdlthreads.h
|
|
#define NativeSetSemaphore(sem) \
|
|
SDL_SemWait ((sem))
|
|
|
|
|
|
- src/sc2code/libs/threads/thrcommon.c
|
|
int
|
|
SetSemaphore (Semaphore sem)
|
|
[...]
|
|
i = NativeSetSemaphore ((NativeSemaphore) sem);
|
|
|
|
0.4.0 out.
|