diff options
Diffstat (limited to 'libpthread/nptl/sem_close.c')
-rw-r--r-- | libpthread/nptl/sem_close.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/sem_close.c b/libpthread/nptl/sem_close.c index 279522d08..a2bcc7179 100644 --- a/libpthread/nptl/sem_close.c +++ b/libpthread/nptl/sem_close.c @@ -41,8 +41,7 @@ walker (const void *inodep, const VISIT which, const int depth) int -sem_close (sem) - sem_t *sem; +sem_close (sem_t *sem) { int result = 0; |