Blame SOURCES/glibc-rh1505492-prototypes-sem_unlink.patch

25845f
Introduce prototype-style function definition for sem_unlink.  This
25845f
happened upstream as part of:
25845f
25845f
commit e4f639e4a106d90c6f3159230788653fd6e40a26
25845f
Author: Roland McGrath <roland@hack.frob.com>
25845f
Date:   Fri Dec 12 13:17:21 2014 -0800
25845f
25845f
    NPTL: Refactor named semaphore code to use shm-directory.h
25845f
25845f
diff --git a/nptl/sem_unlink.c b/nptl/sem_unlink.c
25845f
index 610d82e7a6fe5bd1..1523522c41a52d76 100644
25845f
--- a/nptl/sem_unlink.c
25845f
+++ b/nptl/sem_unlink.c
25845f
@@ -25,8 +25,7 @@
25845f
 
25845f
 
25845f
 int
25845f
-sem_unlink (name)
25845f
-     const char *name;
25845f
+sem_unlink (const char *name)
25845f
 {
25845f
   char *fname;
25845f
   size_t namelen;