SDL/src/thread
Ryan C. Gordon 75a58303a0 pthread: fix error code checks (thanks, Andreas!).
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.
2018-02-17 23:57:57 -05:00
..
generic Updated copyright for 2018 2018-01-03 10:03:25 -08:00
psp Updated copyright for 2018 2018-01-03 10:03:25 -08:00
pthread pthread: fix error code checks (thanks, Andreas!). 2018-02-17 23:57:57 -05:00
stdcpp Updated copyright for 2018 2018-01-03 10:03:25 -08:00
windows revert the recent typecast assignment changes (see bug #4079) 2018-02-12 17:00:00 +03:00
SDL_systhread.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_thread.c Updated copyright for 2018 2018-01-03 10:03:25 -08:00
SDL_thread_c.h Updated copyright for 2018 2018-01-03 10:03:25 -08:00