aboutsummaryrefslogtreecommitdiff
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.zip
glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.tar.gz
glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.tar.bz2
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 5a4346b..685fec1 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