Explorar o código

restore erroneously removed hidden_def for vdprintf

Denis Vlasenko %!s(int64=17) %!d(string=hai) anos
pai
achega
18e006e1d2
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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