Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Fixed bug 1426 - SDL_SemWaitTimeout returns -1 and sets error instead…
… of SDL_MUTEX_TIMEDOUT on time out deraj 2012-02-19 19:01:08 PST Fix to treat ETIMEDOUT as a time out instead of an error (and update the test)
- Loading branch information
Showing
with
14 additions
and 3 deletions.
- +8 −2 src/thread/pthread/SDL_syssem.c
- +6 −1 test/testsem.c