From de77369cf4e80cb3c5ec250a25d2237df4abba11 Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Sun, 27 Nov 2005 00:24:52 +0000 Subject: Hide some of mem* and str* --- libc/stdio/vfprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio/vfprintf.c') diff --git a/libc/stdio/vfprintf.c b/libc/stdio/vfprintf.c index 5f13a8eed..2adcefde5 100644 --- a/libc/stdio/vfprintf.c +++ b/libc/stdio/vfprintf.c @@ -89,6 +89,7 @@ */ #define _uintmaxtostr __libc__uintmaxtostr +#define strnlen __strnlen #define _ISOC99_SOURCE /* for ULLONG primarily... */ #define _GNU_SOURCE -- cgit v1.2.3