Kaynağa Gözat

restore erroneously removed hidden_def for vdprintf

Denis Vlasenko 18 yıl önce
ebeveyn
işleme
18e006e1d2
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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