]> sourceware.org Git - glibc.git/commitdiff
Undo inccorect change.
authorUlrich Drepper <drepper@redhat.com>
Sun, 15 Aug 2010 17:34:33 +0000 (10:34 -0700)
committerUlrich Drepper <drepper@redhat.com>
Sun, 15 Aug 2010 17:34:33 +0000 (10:34 -0700)
sysdeps/x86_64/strcmp.S

index 5a4346be05839482d3cc72e32897ed5aee30ff90..685fec183cd29fb343f6ee51f720666937e21c86 100644 (file)
@@ -79,7 +79,7 @@
 #else
 # define UPDATE_STRNCMP_COUNTER
 # ifndef STRCMP
-#  define STRCMP strncasecmp
+#  define STRCMP strcmp
 # endif
 #endif
 
This page took 0.045619 seconds and 5 git commands to generate.