summaryrefslogtreecommitdiff
path: root/sys/posix4
diff options
context:
space:
mode:
authorDaniel Eischen <deischen@FreeBSD.org>2004-02-03 05:08:32 +0000
committerDaniel Eischen <deischen@FreeBSD.org>2004-02-03 05:08:32 +0000
commitaae94fbbb650665a11f2ddfdf1854db6ea677794 (patch)
tree8805ec2d74e4ce37eda8b4c0b6def6d3b7375fb2 /sys/posix4
parent4f638130c3a262a629ac8fe67226698957935289 (diff)
Notes
Diffstat (limited to 'sys/posix4')
-rw-r--r--sys/posix4/_semaphore.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h
index 0024c7291969..2c330e881fe7 100644
--- a/sys/posix4/_semaphore.h
+++ b/sys/posix4/_semaphore.h
@@ -57,6 +57,7 @@ int ksem_close(semid_t id);
int ksem_post(semid_t id);
int ksem_wait(semid_t id);
int ksem_trywait(semid_t id);
+int ksem_timedwait(semid_t id, struct timespec *abstime);
int ksem_init(semid_t *idp, unsigned int value);
int ksem_open(semid_t *idp, const char *name, int oflag, mode_t mode,
unsigned int value);