Browse Source

restore erroneously removed hidden_def for vdprintf

Denis Vlasenko 17 years ago
parent
commit
18e006e1d2
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libc/stdio/vdprintf.c

+ 1 - 0
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