mirror of
https://github.com/libsdl-org/SDL.git
synced 2025-12-27 00:29:05 +00:00
Christian Herzig pthread_mutex_trylock() and by the way, pthread_mutex_lock() do not set errno. Pthread-methods directly return error code as int. See related man-pages for details.