summaryrefslogtreecommitdiff
path: root/libpthread/nptl/sem_unlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sem_unlink.c')
-rw-r--r--libpthread/nptl/sem_unlink.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libpthread/nptl/sem_unlink.c b/libpthread/nptl/sem_unlink.c
index e52a08d15..beed02ee5 100644
--- a/libpthread/nptl/sem_unlink.c
+++ b/libpthread/nptl/sem_unlink.c
@@ -26,7 +26,8 @@
int
-sem_unlink (const char *name)
+sem_unlink (
+ const char *name)
{
char *fname;
size_t namelen;