diff options
Diffstat (limited to 'libc/misc/locale/locale.c')
-rw-r--r-- | libc/misc/locale/locale.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/misc/locale/locale.c b/libc/misc/locale/locale.c index 1cb7a3b81..2abdde34e 100644 --- a/libc/misc/locale/locale.c +++ b/libc/misc/locale/locale.c @@ -23,8 +23,6 @@ #undef TEST_LOCALE -#ifdef L_setlocale - #ifdef __UCLIBC_HAS_LOCALE__ static char C_LOCALE_NAME[]="C"; @@ -161,4 +159,3 @@ char *setlocale(int category, const char *locale) #endif -#endif /* L_setlocale */ |