diff options
Diffstat (limited to 'Alc/threads.c')
-rw-r--r-- | Alc/threads.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Alc/threads.c b/Alc/threads.c index 10109630..2dd85414 100644 --- a/Alc/threads.c +++ b/Alc/threads.c @@ -37,6 +37,8 @@ extern inline int almtx_lock(almtx_t *mtx); extern inline int almtx_unlock(almtx_t *mtx); extern inline int almtx_trylock(almtx_t *mtx); +extern inline void al_nssleep(time_t sec, long nsec); + #define THREAD_STACK_SIZE (1*1024*1024) /* 1MB */ |