summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPetr Machata <pmachata@redhat.com>2013-11-11 02:29:40 +0100
committerChanho Park <chanho61.park@samsung.com>2014-08-22 20:38:24 +0900
commit0b7fca255e51804426056355cfc28458b35cc86a (patch)
tree542960261df1919a12a5ad92790a228f32385fe2
parentb6e2b2aa6cc8cc1826080146264a728b0f35a711 (diff)
downloadltrace-0b7fca255e51804426056355cfc28458b35cc86a.tar.gz
ltrace-0b7fca255e51804426056355cfc28458b35cc86a.tar.bz2
ltrace-0b7fca255e51804426056355cfc28458b35cc86a.zip
Add fdopen prototype to libc.so.conf
-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);