diff options
| author | Mike Barcroft <mike@FreeBSD.org> | 2002-10-04 21:32:00 +0000 |
|---|---|---|
| committer | Mike Barcroft <mike@FreeBSD.org> | 2002-10-04 21:32:00 +0000 |
| commit | ddb4fb5b4456fd60b65d4cfd671ad987aa5a8547 (patch) | |
| tree | d82fb6bf3b9463173544ca9a029720cd80857b8f /lib/libc/sys/sem.c | |
| parent | 696fbe6b0565b95bee329a2697d40b58b3459052 (diff) | |
Notes
Diffstat (limited to 'lib/libc/sys/sem.c')
| -rw-r--r-- | lib/libc/sys/sem.c | 2 |
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; |
