]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Fix comments for strcasecmp.c
authorAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 28 Mar 2013 13:08:42 +0000 (08:08 -0500)
committerAdhemerval Zanella <azanella@linux.vnet.ibm.com>
Thu, 28 Mar 2013 13:08:42 +0000 (08:08 -0500)
sysdeps/powerpc/powerpc32/multiarch/strcasecmp.c

index 1885ce90b61763f07c288de58be7c16bdef5089d..b932f512935b120eb1211b1f44f9332db95f82c0 100644 (file)
@@ -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>