Undo inccorect change.

This commit is contained in:
Ulrich Drepper 2010-08-15 10:34:33 -07:00
parent bcad118178
commit 25244f174f
1 changed files with 1 additions and 1 deletions

View File

@ -79,7 +79,7 @@
#else
# define UPDATE_STRNCMP_COUNTER
# ifndef STRCMP
# define STRCMP strncasecmp
# define STRCMP strcmp
# endif
#endif