Explorar o código

same for iswspace*

Peter S. Mazinger %!s(int64=19) %!d(string=hai) anos
pai
achega
853815fce1
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  1. 2 1
      libc/stdlib/strtod.c

+ 2 - 1
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. */