summaryrefslogtreecommitdiff
path: root/libc/stdlib/strtod.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdlib/strtod.c')
-rw-r--r--libc/stdlib/strtod.c3
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. */