The name of thread_release_mutex() is now correct for pthreads as well.

This commit is contained in:
OBattler
2021-09-19 17:53:58 +02:00
parent 1ab00a43e1
commit 6e92ab0955

View File

@@ -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;