diff options
Diffstat (limited to 'src/Platform/Posix/Semaphore.c')
| -rw-r--r-- | src/Platform/Posix/Semaphore.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Platform/Posix/Semaphore.c b/src/Platform/Posix/Semaphore.c index c7b9d25..aeaf3bd 100644 --- a/src/Platform/Posix/Semaphore.c +++ b/src/Platform/Posix/Semaphore.c @@ -60,7 +60,7 @@ int BH_SemaphoreWaitFor(BH_Semaphore *semaphore, uint32_t timeout) { struct timespec ts; - + /* Calculate absoulute time for timed wait */ clock_gettime(CLOCK_REALTIME, &ts); ts.tv_sec += timeout / 1000; |
