diff options
Diffstat (limited to 'conform/data/semaphore.h-data')
-rw-r--r-- | conform/data/semaphore.h-data | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/conform/data/semaphore.h-data b/conform/data/semaphore.h-data index 8a59746f51..df29e0c01b 100644 --- a/conform/data/semaphore.h-data +++ b/conform/data/semaphore.h-data @@ -9,6 +9,7 @@ function int sem_getvalue (sem_t*, int*) function int sem_init (sem_t*, int, unsigned int) function {sem_t*} sem_open (const char*, int, ...) function int sem_post (sem_t*) +function int sem_timedwait (sem_t*, const struct timespec*) function int sem_trywait (sem_t*) function int sem_unlink (const char*) function int sem_wait (sem_t*) |