diff options
Diffstat (limited to 'libc')
-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 |