powerpc: Fix memchr for powerpc32.

Fix a wrong #undef in memchr.c.

	* sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
	'#undef memcpy' by '#undef memchr'.
This commit is contained in:
Carlos Eduardo Seo 2015-08-11 18:30:12 -03:00 committed by Tulio Magno Quites Machado Filho
parent 502b91de14
commit 854e0055b3
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2015-08-21 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
* sysdeps/powerpc/powerpc32/power4/multiarch/memchr.c: Replace
'#undef memcpy' by '#undef memchr'.
2015-08-21 Carlos Eduardo Seo <cseo@linux.vnet.ibm.com>
* sysdeps/powerpc/powerpc64/multiarch/memchr-ppc64.c: Make

View File

@ -17,7 +17,7 @@
<http://www.gnu.org/licenses/>. */
#if IS_IN (libc)
# undef memcpy
# undef memchr
/* Redefine memchr so that the compiler won't make the weak_alias point
to internal hidden definition (__GI_memchr), since PPC32 does not
support local IFUNC calls. */