summaryrefslogtreecommitdiffstats
path: root/stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'stream.c')
-rw-r--r--stream.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/stream.c b/stream.c
index 1ad75444..7ef91d5c 100644
--- a/stream.c
+++ b/stream.c
@@ -55,11 +55,6 @@
#include "stream.h"
#include "utf8.h"
-#if HAVE_WINDOWS_H
-int fileno(FILE *stream);
-int pclose(FILE *stream);
-#endif
-
val std_input, std_output, std_debug, std_error, std_null;
val output_produced;