summaryrefslogtreecommitdiff
path: root/libc/stdio/fputws.c
diff options
context:
space:
mode:
authorPeter S. Mazinger <ps.m@gmx.net>2005-11-27 01:20:58 +0000
committerPeter S. Mazinger <ps.m@gmx.net>2005-11-27 01:20:58 +0000
commit9d083cc2534e8e2ae97e09ba8fcc21c818d68733 (patch)
treed57f5bcf207e60214a7e00b5eb9fdbbf428ce3a7 /libc/stdio/fputws.c
parentde77369cf4e80cb3c5ec250a25d2237df4abba11 (diff)
Hide some wcs*
Diffstat (limited to 'libc/stdio/fputws.c')
-rw-r--r--libc/stdio/fputws.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/fputws.c b/libc/stdio/fputws.c
index aa5a514cb..e83cc9fcb 100644
--- a/libc/stdio/fputws.c
+++ b/libc/stdio/fputws.c
@@ -5,6 +5,8 @@
* Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details.
*/
+#define wcslen __wcslen
+
#include "_stdio.h"
extern int __fputws_unlocked(const wchar_t *__restrict ws,