diff options
-rw-r--r-- | sysdeps/x86_64/strcmp.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/x86_64/strcmp.S b/sysdeps/x86_64/strcmp.S index 5a4346be05..685fec183c 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 |