summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/libc.so.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/libc.so.conf b/etc/libc.so.conf
index fa95887..4bd30ee 100644
--- a/etc/libc.so.conf
+++ b/etc/libc.so.conf
@@ -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);