From 9d083cc2534e8e2ae97e09ba8fcc21c818d68733 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 27 Nov 2005 01:20:58 +0000 Subject: Hide some wcs* --- libc/stdio/fputws.c | 2 ++ libc/stdio/scanf.c | 1 + libc/stdio/vfprintf.c | 2 ++ 3 files changed, 5 insertions(+) (limited to 'libc/stdio') 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, diff --git a/libc/stdio/scanf.c b/libc/stdio/scanf.c index 80a8821e7..a320a2d31 100644 --- a/libc/stdio/scanf.c +++ b/libc/stdio/scanf.c @@ -43,6 +43,7 @@ * standards and from an official C standard defect report. */ +#define wcslen __wcslen #define _ISOC99_SOURCE /* for LLONG_MAX primarily... */ #define _GNU_SOURCE diff --git a/libc/stdio/vfprintf.c b/libc/stdio/vfprintf.c index 2adcefde5..bb8815416 100644 --- a/libc/stdio/vfprintf.c +++ b/libc/stdio/vfprintf.c @@ -90,6 +90,8 @@ #define _uintmaxtostr __libc__uintmaxtostr #define strnlen __strnlen +#define wcslen __wcslen +#define wcsnlen __wcsnlen #define _ISOC99_SOURCE /* for ULLONG primarily... */ #define _GNU_SOURCE -- cgit v1.2.3