This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
SDL
Watch
1
Star
0
Fork
0
mirror of
https://github.com/libsdl-org/SDL.git
synced
2026-09-02 23:29:13 +08:00
Code
Issues
Actions
7
Packages
Projects
Releases
Wiki
Activity
Files
03bbbcd85e503d7f142abf8981330dc993ebe6ac
SDL
/
src
/
thread
/
pthread
T
History
Ozkan Sezer
e8c48981f9
pthread/SDL_systhread.c: always include errno.h
...
fixes build for several targets after commit
87b02d3
for bug
#5283
.
2022-02-05 08:56:56 +03:00
..
SDL_syscond.c
use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
2022-01-28 20:40:19 -05:00
SDL_sysmutex_c.h
…
SDL_sysmutex.c
use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
2022-01-28 20:40:19 -05:00
SDL_syssem.c
use SDL_InvalidParamError or SDL_assert instead of custom SDL_SetError
2022-01-28 20:40:19 -05:00
SDL_systhread_c.h
…
SDL_systhread.c
pthread/SDL_systhread.c: always include errno.h
2022-02-05 08:56:56 +03:00
SDL_systls.c
…