diff options
Diffstat (limited to 'libc/stdio/vdprintf.c')
-rw-r--r-- | libc/stdio/vdprintf.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libc/stdio/vdprintf.c b/libc/stdio/vdprintf.c index b51aba4be..8e9926ff0 100644 --- a/libc/stdio/vdprintf.c +++ b/libc/stdio/vdprintf.c @@ -12,11 +12,8 @@ #include <stdarg.h> #ifdef __USE_OLD_VFPRINTF__ -/* libc_hidden_proto(vfprintf) */ #endif -/* libc_hidden_proto(fflush_unlocked) */ -/* libc_hidden_proto(vdprintf) */ int vdprintf(int filedes, const char * __restrict format, va_list arg) { FILE f; |