aboutsummaryrefslogtreecommitdiff
path: root/src/Platform/Dummy/Mutex.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Platform/Dummy/Mutex.c')
-rw-r--r--src/Platform/Dummy/Mutex.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Dummy/Mutex.c b/src/Platform/Dummy/Mutex.c
index 1d26d58..b1ecfa8 100644
--- a/src/Platform/Dummy/Mutex.c
+++ b/src/Platform/Dummy/Mutex.c
@@ -29,7 +29,7 @@ int BH_MutexUnlock(BH_Mutex *mutex)
}
-int BH_MutexLockTry(BH_Mutex *mutex)
+int BH_MutexTryLock(BH_Mutex *mutex)
{
BH_UNUSED(mutex);