Commit a1b8fa6071c609415bdfd9a47b7919d4c4de7b8b

Sam Lantinga 2018-04-23T21:50:03

TryLockMutex: Fix error handling for TryLockMutex 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.