mirror of
https://github.com/Ryujinx/SDL.git
synced 2025-01-29 19:10:58 +00:00
75a58303a0
Most pthread functions return 0 on success and non-zero on error, but those errors might be positive or negative, so checking for return values in the Unix style, where errors are less than zero, is a bug. Fixes Bugzilla #4039. |
||
---|---|---|
.. | ||
SDL_syscond.c | ||
SDL_sysmutex.c | ||
SDL_sysmutex_c.h | ||
SDL_syssem.c | ||
SDL_systhread.c | ||
SDL_systhread_c.h | ||
SDL_systls.c |