From: Ulrich Drepper Date: Sun, 15 Aug 2010 17:34:33 +0000 (-0700) Subject: Undo inccorect change. X-Git-Tag: glibc-2.13~159 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=25244f174f4127800070d4bf2a4a08f28bfdd8b7;p=thirdparty%2Fglibc.git Undo inccorect change. --- diff --git a/sysdeps/x86_64/strcmp.S b/sysdeps/x86_64/strcmp.S index 5a4346be058..685fec183cd 100644 --- a/sysdeps/x86_64/strcmp.S +++ b/sysdeps/x86_64/strcmp.S @@ -79,7 +79,7 @@ #else # define UPDATE_STRNCMP_COUNTER # ifndef STRCMP -# define STRCMP strncasecmp +# define STRCMP strcmp # endif #endif