diff options
author | Ulrich Drepper <drepper@redhat.com> | 2010-08-15 10:34:33 -0700 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2010-08-15 10:34:33 -0700 |
commit | 25244f174f4127800070d4bf2a4a08f28bfdd8b7 (patch) | |
tree | 0ae53b23fd707bc08015d4543fa852720a1c63a4 /sysdeps/x86_64 | |
parent | bcad11817822a261010ed821f152f832e90fcf2d (diff) | |
download | glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.tar.gz glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.tar.xz glibc-25244f174f4127800070d4bf2a4a08f28bfdd8b7.zip |
Undo inccorect change.
Diffstat (limited to 'sysdeps/x86_64')
-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 |