summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sem_destroy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sem_destroy.c')
-rw-r--r--libpthread/nptl/sem_destroy.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/sem_destroy.c b/libpthread/nptl/sem_destroy.c
index 1fdb7b5b7..2e612c13d 100644
--- a/libpthread/nptl/sem_destroy.c
+++ b/libpthread/nptl/sem_destroy.c
@@ -22,8 +22,7 @@
int
-__new_sem_destroy (sem)
- sem_t *sem;
+__new_sem_destroy (sem_t *sem)
{
/* XXX Check for valid parameter. */