summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2013-07-24 21:53:30 +0300
committerArnold D. Robbins <arnold@skeeve.com>2013-07-24 21:53:30 +0300
commit0981cc089ea88f146a6c949146e73f88c1b295e9 (patch)
treec38e5520a6d4b8d34fc2cce98c8c9aa3eccc9814 /io.c
parent893f4e3b9bf37cbfd4222970b0bc472e7e6f11d9 (diff)
downloadgawk-0981cc089ea88f146a6c949146e73f88c1b295e9.tar.gz
Fix compiling on MinGW.
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/io.c b/io.c
index a1c902ba..59ddd115 100644
--- a/io.c
+++ b/io.c
@@ -185,10 +185,6 @@
#define INCREMENT_REC(X) X++
#endif
-/* This is for fake directory file descriptors on systems that don't
- allow to open() a directory. */
-#define FAKE_FD_VALUE 42
-
typedef enum { CLOSE_ALL, CLOSE_TO, CLOSE_FROM } two_way_close_type;
/* Several macros to make the code a bit clearer. */