diff options
| author | Eric van Gyzen <vangyzen@FreeBSD.org> | 2017-02-23 19:36:38 +0000 |
|---|---|---|
| committer | Eric van Gyzen <vangyzen@FreeBSD.org> | 2017-02-23 19:36:38 +0000 |
| commit | b215ceaaec905918e672fd257340e2fd3960e201 (patch) | |
| tree | 283fb98ae5f8fe20395133cd5175c738b0f5fe19 /include | |
| parent | af67ca3780733f5961aa33ee9993f62dac9fea78 (diff) | |
Notes
Diffstat (limited to 'include')
| -rw-r--r-- | include/semaphore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/semaphore.h b/include/semaphore.h index c42a8d230ec2..e220fd2c4dad 100644 --- a/include/semaphore.h +++ b/include/semaphore.h @@ -59,6 +59,8 @@ int sem_init(sem_t *, int, unsigned int); sem_t *sem_open(const char *, int, ...); int sem_post(sem_t *); int sem_timedwait(sem_t * __restrict, const struct timespec * __restrict); +int sem_clockwait_np(sem_t * __restrict, __clockid_t, int, + const struct timespec *, struct timespec *); int sem_trywait(sem_t *); int sem_unlink(const char *); int sem_wait(sem_t *); |
