aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/sys/sem.c
diff options
context:
space:
mode:
authorMike Barcroft <mike@FreeBSD.org>2002-10-04 21:32:00 +0000
committerMike Barcroft <mike@FreeBSD.org>2002-10-04 21:32:00 +0000
commitddb4fb5b4456fd60b65d4cfd671ad987aa5a8547 (patch)
treed82fb6bf3b9463173544ca9a029720cd80857b8f /lib/libc/sys/sem.c
parent696fbe6b0565b95bee329a2697d40b58b3459052 (diff)
Notes
Diffstat (limited to 'lib/libc/sys/sem.c')
-rw-r--r--lib/libc/sys/sem.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/sys/sem.c b/lib/libc/sys/sem.c
index 2547eb2d16c88..fbed62a7138b2 100644
--- a/lib/libc/sys/sem.c
+++ b/lib/libc/sys/sem.c
@@ -333,7 +333,7 @@ sem_post(sem_t *sem)
}
int
-sem_getvalue(sem_t *sem, int *sval)
+sem_getvalue(sem_t * __restrict sem, int * __restrict sval)
{
int retval;