소스 검색

restore erroneously removed hidden_def for vdprintf

Denis Vlasenko 17 년 전
부모
커밋
18e006e1d2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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