|
@@ -39,6 +39,8 @@
|
|
|
#include <bits/uClibc_uwchar.h>
|
|
|
|
|
|
libc_hidden_proto(strcmp)
|
|
|
+libc_hidden_proto(tolower)
|
|
|
+libc_hidden_proto(toupper)
|
|
|
libc_hidden_proto(towlower)
|
|
|
libc_hidden_proto(towupper)
|
|
|
libc_hidden_proto(towctrans)
|
|
@@ -372,14 +374,12 @@ wint_t TOWLOWER(wint_t wc)
|
|
|
#endif
|
|
|
|
|
|
#ifdef L_towlower_l
|
|
|
-
|
|
|
libc_hidden_def(towlower_l)
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#ifndef L_towlower_l
|
|
|
-
|
|
|
libc_hidden_def(towlower)
|
|
|
#endif
|
|
|
|
|
@@ -482,14 +482,12 @@ wint_t TOWUPPER(wint_t wc)
|
|
|
#endif
|
|
|
|
|
|
#ifdef L_towupper_l
|
|
|
-
|
|
|
libc_hidden_def(towupper_l)
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#ifndef L_towupper_l
|
|
|
-
|
|
|
libc_hidden_def(towupper)
|
|
|
#endif
|
|
|
|
|
@@ -715,14 +713,12 @@ int ISWCTYPE(wint_t wc, wctype_t desc)
|
|
|
#endif
|
|
|
|
|
|
#ifdef L_iswctype_l
|
|
|
-
|
|
|
libc_hidden_def(iswctype_l)
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#ifdef L_iswctype
|
|
|
-
|
|
|
libc_hidden_def(iswctype)
|
|
|
#endif
|
|
|
|
|
@@ -890,14 +886,12 @@ wint_t TOWCTRANS(wint_t wc, wctrans_t desc)
|
|
|
#endif
|
|
|
|
|
|
#ifdef L_towctrans_l
|
|
|
-
|
|
|
libc_hidden_def(towctrans_l)
|
|
|
#endif
|
|
|
|
|
|
#endif
|
|
|
|
|
|
#ifndef L_towctrans_l
|
|
|
-
|
|
|
libc_hidden_def(towctrans)
|
|
|
#endif
|
|
|
|