diff options
Diffstat (limited to 'src/Platform/Dummy/Semaphore.c')
| -rw-r--r-- | src/Platform/Dummy/Semaphore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Dummy/Semaphore.c b/src/Platform/Dummy/Semaphore.c index 0b656dd..76d7b9b 100644 --- a/src/Platform/Dummy/Semaphore.c +++ b/src/Platform/Dummy/Semaphore.c @@ -31,7 +31,7 @@ int BH_SemaphoreWait(BH_Semaphore *semaphore) } -int BH_SemaphoreWaitTry(BH_Semaphore *semaphore) +int BH_SemaphoreTryWait(BH_Semaphore *semaphore) { BH_UNUSED(semaphore); |
