From b25ad630be8b0f362fea44a97efbead83d1dd2ae Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Mon, 16 Jan 2006 18:07:18 +0000 Subject: Last relocs jump and global data, (even locales) that I could remove are gone from libc. The remaining are left as exercise for others ;-) --- libc/stdio/scanf.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'libc/stdio/scanf.c') diff --git a/libc/stdio/scanf.c b/libc/stdio/scanf.c index 4b1fd0681..cfe52d94f 100644 --- a/libc/stdio/scanf.c +++ b/libc/stdio/scanf.c @@ -99,6 +99,14 @@ libc_hidden_proto(ungetwc) libc_hidden_proto(iswspace) libc_hidden_proto(fgetwc_unlocked) #endif +#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 #ifdef __UCLIBC_HAS_SCANF_GLIBC_A_FLAG__ #ifdef L_vfscanf -- cgit v1.2.3