diff options
Diffstat (limited to 'libc/string/strcasecmp.c')
| -rw-r--r-- | libc/string/strcasecmp.c | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/libc/string/strcasecmp.c b/libc/string/strcasecmp.c index 333d3159c..ac3f562a7 100644 --- a/libc/string/strcasecmp.c +++ b/libc/string/strcasecmp.c @@ -24,6 +24,9 @@ libc_hidden_proto(towlower)  libc_hidden_proto(tolower_l)  #  define TOLOWER(C) tolower_l((C), locale_arg)  # else +#ifndef __UCLIBC_HAS_XLOCALE__ +libc_hidden_proto(__ctype_tolower) +#endif  libc_hidden_proto(tolower)  #  define TOLOWER(C) tolower((C))  # endif | 
