[git commit prelink] wctype.h: fix libc_hidden_proto for iswupper and add it for iswspace

Peter S. Mazinger ps.m at gmx.net
Wed Mar 30 11:53:36 UTC 2011


commit: http://git.uclibc.org/uClibc/commit/?id=1b3f056d4aa2726f872f2ee85f3f391a784e19e4
branch: http://git.uclibc.org/uClibc/commit/?id=refs/heads/prelink

Old typo, became visible due to other changes.

Signed-off-by: Peter S. Mazinger <ps.m at gmx.net>
---
 include/wctype.h |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/include/wctype.h b/include/wctype.h
index 79f36eb..3ae6821 100644
--- a/include/wctype.h
+++ b/include/wctype.h
@@ -157,12 +157,13 @@ extern int iswpunct (wint_t __wc) __THROW;
    set of wide characters for which none of `iswalnum', `iswgraph', or
    `iswpunct' is true.  */
 extern int iswspace (wint_t __wc) __THROW;
+libc_hidden_proto(iswspace)
 
 /* Test for any wide character that corresponds to an uppercase letter
    or is one of a locale-specific set of wide character for which none
    of `iswcntrl', `iswdigit', `iswpunct', or `iswspace' is true.  */
 extern int iswupper (wint_t __wc) __THROW;
-libc_hidden_proto(iswspace)
+libc_hidden_proto(iswupper)
 
 /* Test for any wide character that corresponds to a hexadecimal-digit
    character equivalent to that performed be the functions described
-- 
1.7.3.4



More information about the uClibc-cvs mailing list