Browse Source

same for iswspace*

Peter S. Mazinger 19 năm trước cách đây
mục cha
commit
853815fce1
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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. */