Blame SOURCES/glibc-rh1505492-prototypes-wcschr-1.patch

c6d234
Prototype-style function definition for wcschr for POWER.  Upstream,
c6d234
this was part of:
c6d234
c6d234
commit 05b5cd1ce51247f986e66b90ad672e89b4b98333
c6d234
Author: Adhemerval Zanella <azanella@linux.vnet.ibm.com>
c6d234
Date:   Mon Oct 14 09:23:12 2013 -0500
c6d234
c6d234
    PowerPC: multiarch wcschr for PowerPC32
c6d234
c6d234
diff --git a/sysdeps/powerpc/powerpc32/power6/wcschr.c b/sysdeps/powerpc/powerpc32/power6/wcschr.c
c6d234
index 3b4cca15face81da..70efc574f5a13e5a 100644
c6d234
--- a/sysdeps/powerpc/powerpc32/power6/wcschr.c
c6d234
+++ b/sysdeps/powerpc/powerpc32/power6/wcschr.c
c6d234
@@ -21,9 +21,7 @@
c6d234
 
c6d234
 /* Find the first occurrence of WC in WCS.  */
c6d234
 wchar_t *
c6d234
-wcschr (wcs, wc)
c6d234
-     const wchar_t *wcs;
c6d234
-     const wchar_t wc;
c6d234
+wcschr (const wchar_t *wcs, const wchar_t wc)
c6d234
 {
c6d234
   const wchar_t *wcs2 = wcs + 1;
c6d234