Explorar o código

Revert a change until I find the textrel cause

Peter S. Mazinger %!s(int64=20) %!d(string=hai) anos
pai
achega
ab1677f525
Modificáronse 2 ficheiros con 2 adicións e 2 borrados
  1. 1 1
      libc/string/strcasecmp.c
  2. 1 1
      libc/string/strncasecmp.c

+ 1 - 1
libc/string/strcasecmp.c

@@ -32,7 +32,7 @@ extern wint_t __towlower_l (wint_t __wc, __locale_t __locale) __THROW attribute_
 # ifdef __UCLIBC_DO_XLOCALE
 #  define TOLOWER(C) __tolower_l((C), locale_arg)
 # else
-#  define TOLOWER(C) __tolower((C))
+#  define TOLOWER(C) tolower((C))
 # endif
 #endif
 

+ 1 - 1
libc/string/strncasecmp.c

@@ -32,7 +32,7 @@ extern wint_t __towlower_l (wint_t __wc, __locale_t __locale) __THROW attribute_
 # ifdef __UCLIBC_DO_XLOCALE
 #  define TOLOWER(C) __tolower_l((C), locale_arg)
 # else
-#  define TOLOWER(C) __tolower((C))
+#  define TOLOWER(C) tolower((C))
 # endif
 #endif