summaryrefslogtreecommitdiff
path: root/libc/stdio/vdprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/vdprintf.c')
-rw-r--r--libc/stdio/vdprintf.c1
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