diff options
Diffstat (limited to 'libc/misc/locale/locale.c')
-rw-r--r-- | libc/misc/locale/locale.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c index 109573871..1cb7a3b81 100644 --- a/libc/misc/locale/locale.c +++ b/libc/misc/locale/locale.c @@ -25,7 +25,7 @@ #ifdef L_setlocale -#if __UCLIBC_HAS_LOCALE__ +#ifdef __UCLIBC_HAS_LOCALE__ static char C_LOCALE_NAME[]="C"; |