aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Posix/Mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Posix/Mutex.c')
-rw-r--r--src/Platform/Posix/Mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Posix/Mutex.c b/src/Platform/Posix/Mutex.c
index dd3aacb..72c28b2 100644
--- a/src/Platform/Posix/Mutex.c
+++ b/src/Platform/Posix/Mutex.c
@@ -45,7 +45,7 @@ int BH_MutexUnlock(BH_Mutex *mutex)
}
-int BH_MutexLockTry(BH_Mutex *mutex)
+int BH_MutexTryLock(BH_Mutex *mutex)
{
switch (pthread_mutex_trylock(&mutex->handle))
{