diff options
Diffstat (limited to 'implement.h')
-rw-r--r-- | implement.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/implement.h b/implement.h index 79342e1..be71b7e 100644 --- a/implement.h +++ b/implement.h @@ -166,6 +166,8 @@ int _pthread_tkAssocCreate (ThreadKeyAssoc ** assocP, void _pthread_tkAssocDestroy (ThreadKeyAssoc * assoc); +int _pthread_sem_timedwait (sem_t * sem, const struct timespec * abstime); + #ifdef __cplusplus } #endif /* __cplusplus */ |