summaryrefslogtreecommitdiff
path: root/modules/fopen
diff options
context:
space:
mode:
Diffstat (limited to 'modules/fopen')
-rw-r--r--modules/fopen5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/fopen b/modules/fopen
index 1bea865484..3d538393f1 100644
--- a/modules/fopen
+++ b/modules/fopen
@@ -4,11 +4,16 @@ fopen() function: open a stream to a file.
Files:
lib/fopen.c
m4/fopen.m4
+m4/fclose.m4
+m4/fflush.m4
Depends-on:
stdio
largefile
+fcntl-h [test $REPLACE_FOPEN = 1]
+stdbool [test $REPLACE_FOPEN = 1]
unistd [test $REPLACE_FOPEN = 1]
+close [test $REPLACE_FOPEN = 1]
fstat [test $REPLACE_FOPEN = 1]
configure.ac:

Return to:

Send suggestions and report system problems to the System administrator.