Selaa lähdekoodia

restore erroneously removed hidden_def for vdprintf

Denis Vlasenko 17 vuotta sitten
vanhempi
commit
18e006e1d2
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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