diff options
Diffstat (limited to 'intl')
-rw-r--r-- | intl/l10nflist.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/intl/l10nflist.c b/intl/l10nflist.c index 428a3f1d15..ca04ad3dbc 100644 --- a/intl/l10nflist.c +++ b/intl/l10nflist.c @@ -324,7 +324,7 @@ _nl_normalize_codeset (codeset, name_len) char *retval; char *wp; size_t cnt; -#ifdef NOT_IN_libc +#if !IS_IN (libc) locale_t locale = newlocale (0, "C", NULL); #else # define locale _nl_C_locobj_ptr |