summaryrefslogtreecommitdiffstats
path: root/sys/posix4/_semaphore.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/posix4/_semaphore.h')
-rw-r--r--sys/posix4/_semaphore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/posix4/_semaphore.h b/sys/posix4/_semaphore.h
index a7bd5d8..df3c5da 100644
--- a/sys/posix4/_semaphore.h
+++ b/sys/posix4/_semaphore.h
@@ -58,7 +58,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_timedwait(semid_t id, const 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);
OpenPOWER on IntegriCloud