From 18e006e1d2b88d00bc2c3314ba1c315fde8b055b Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Wed, 9 Apr 2008 21:51:33 +0000 Subject: restore erroneously removed hidden_def for vdprintf --- libc/stdio/vdprintf.c | 1 + 1 file changed, 1 insertion(+) (limited to 'libc/stdio') diff --git a/libc/stdio/vdprintf.c b/libc/stdio/vdprintf.c index 2105313e7..94ed6b8b8 100644 --- a/libc/stdio/vdprintf.c +++ b/libc/stdio/vdprintf.c @@ -68,4 +68,5 @@ int vdprintf(int filedes, const char * __restrict format, va_list arg) return rv; } +libc_hidden_def(vdprintf) #endif -- cgit v1.2.3