diff options
Diffstat (limited to 'libc/stdio/vfprintf.c')
-rw-r--r-- | libc/stdio/vfprintf.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 |