diff options
Diffstat (limited to 'libc/stdio/_scanf.c')
-rw-r--r-- | libc/stdio/_scanf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/_scanf.c b/libc/stdio/_scanf.c index df78e7ad3..bbbcdcc17 100644 --- a/libc/stdio/_scanf.c +++ b/libc/stdio/_scanf.c @@ -101,9 +101,6 @@ libc_hidden_proto(fgetwc_unlocked) #ifdef __UCLIBC_HAS_XLOCALE__ libc_hidden_proto(__ctype_b_loc) #else -#ifdef __UCLIBC_HAS_LOCALE__ -libc_hidden_proto(__global_locale) -#endif libc_hidden_proto(__ctype_b) #endif |