aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-03-28 08:08:42 -0500
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>2013-03-28 08:08:42 -0500
commite0c97f55c67248270dcb3ff404800ff526cf56de (patch)
treeb81133536108f763c3ac8abaf68625ec15344143
parent9b5b34a1d57b68f93d26b3f5f2ce84d9b77131fd (diff)
downloadglibc-e0c97f55c67248270dcb3ff404800ff526cf56de.tar
glibc-e0c97f55c67248270dcb3ff404800ff526cf56de.tar.gz
glibc-e0c97f55c67248270dcb3ff404800ff526cf56de.tar.bz2
glibc-e0c97f55c67248270dcb3ff404800ff526cf56de.zip
Fix comments for strcasecmp.c
-rw-r--r--sysdeps/powerpc/powerpc32/multiarch/strcasecmp.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sysdeps/powerpc/powerpc32/multiarch/strcasecmp.c b/sysdeps/powerpc/powerpc32/multiarch/strcasecmp.c
index 1885ce90b6..b932f51293 100644
--- a/sysdeps/powerpc/powerpc32/multiarch/strcasecmp.c
+++ b/sysdeps/powerpc/powerpc32/multiarch/strcasecmp.c
@@ -23,8 +23,6 @@
__hidden_ver1 (__strcasecmp_ppc32, __GI_strcasecmp, __strcasecmp_ppc32);
# endif
-/* Redefine memmove so that the compiler won't complain about the type
- mismatch with the IFUNC selector in strong_alias, below. */
# undef strcasecmp
# define strcasecmp __redirect_strcasecmp
# include <string.h>