summaryrefslogtreecommitdiff
path: root/libc/stdio/dprintf.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/stdio/dprintf.c')
-rw-r--r--libc/stdio/dprintf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libc/stdio/dprintf.c b/libc/stdio/dprintf.c
index dfdd4977d..1fc46c722 100644
--- a/libc/stdio/dprintf.c
+++ b/libc/stdio/dprintf.c
@@ -5,6 +5,8 @@
* Dedicated to Toni. See uClibc/DEDICATION.mjn3 for details.
*/
+#define vdprintf __vdprintf
+
#include "_stdio.h"
#include <stdarg.h>