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

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