From 25244f174f4127800070d4bf2a4a08f28bfdd8b7 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 15 Aug 2010 10:34:33 -0700 Subject: Undo inccorect change. --- sysdeps/x86_64/strcmp.S | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.4.1