diff options
| author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-09 21:51:33 +0000 | 
|---|---|---|
| committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-04-09 21:51:33 +0000 | 
| commit | 18e006e1d2b88d00bc2c3314ba1c315fde8b055b (patch) | |
| tree | 860ee95017d5dcf10d20c5926c99f08c5e7e1056 /libc/stdio | |
| parent | 023509e8e5f1ad1f6a61cdec061d43e69a16ebc3 (diff) | |
restore erroneously removed hidden_def for vdprintf
Diffstat (limited to 'libc/stdio')
| -rw-r--r-- | libc/stdio/vdprintf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
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  | 
