diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 20:11:54 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-14 20:11:54 +0000 |
commit | 853815fce1746692e00395e7370bb96bf33b62e3 (patch) | |
tree | 0b01dcf9560b573434a001f60c12657fab4401d5 /libc | |
parent | bae176ad67e6b66719c1e2a7438bc09268f4d96e (diff) |
same for iswspace*
Diffstat (limited to 'libc')
-rw-r--r-- | libc/stdlib/strtod.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libc/stdlib/strtod.c b/libc/stdlib/strtod.c index 2ea56ca04..3fd63ac6f 100644 --- a/libc/stdlib/strtod.c +++ b/libc/stdlib/strtod.c @@ -112,11 +112,12 @@ #include <wchar.h> #include <wctype.h> #include <bits/uClibc_uwchar.h> - +libc_hidden_proto(iswspace) #endif #ifdef __UCLIBC_HAS_XLOCALE__ #include <xlocale.h> +libc_hidden_proto(iswspace_l) #endif /* __UCLIBC_HAS_XLOCALE__ */ /* Handle _STRTOD_HEXADECIMAL_FLOATS via uClibc config now. */ |