Add fdopen prototype to libc.so.conf
authorPetr Machata <pmachata@redhat.com>
Mon, 11 Nov 2013 01:29:40 +0000 (02:29 +0100)
committerChanho Park <chanho61.park@samsung.com>
Fri, 22 Aug 2014 11:38:24 +0000 (20:38 +0900)
etc/libc.so.conf

index fa95887..4bd30ee 100644 (file)
@@ -208,6 +208,7 @@ addr fgets(+string, int, file);
 int fileno(file);
 file fopen(string,string);
 file fopen64(string,string);
+file fdopen(int, string);
 int fprintf(file,format);
 int fputc(char,file);
 int fputs(string,file);