mirror of
https://github.com/86Box/86Box.git
synced 2026-02-22 01:25:33 -07:00
The name of thread_release_mutex() is now correct for pthreads as well.
This commit is contained in:
@@ -310,7 +310,7 @@ thread_wait_mutex(mutex_t *_mutex)
|
||||
|
||||
|
||||
int
|
||||
thread_unlock_mutex(mutex_t *_mutex)
|
||||
thread_release_mutex(mutex_t *_mutex)
|
||||
{
|
||||
pt_mutex_t *mutex = (pt_mutex_t *)_mutex;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user