about summary refs log tree commit diff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2010-08-15 10:34:33 -0700
committerUlrich Drepper <drepper@redhat.com>2010-08-15 10:34:33 -0700
commit25244f174f4127800070d4bf2a4a08f28bfdd8b7 (patch)
tree0ae53b23fd707bc08015d4543fa852720a1c63a4
parentbcad11817822a261010ed821f152f832e90fcf2d (diff)
downloadglibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.tar.gz
glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.tar.xz
glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.zip
Undo inccorect change.
-rw-r--r--sysdeps/x86_64/strcmp.S2
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