summaryrefslogtreecommitdiff
path: root/io.c
diff options
context:
space:
mode:
Diffstat (limited to 'io.c')
-rw-r--r--io.c4
1 files changed, 3 insertions, 1 deletions
diff --git a/io.c b/io.c
index 698dee3cf8..5081c15d93 100644
--- a/io.c
+++ b/io.c
@@ -1450,8 +1450,9 @@ pipe_del_fptr(fptr)
}
}
+#if defined (NT) || defined(DJGPP) || defined(__CYGWIN__) || defined(__human68k__)
static void
-pipe_atexit()
+pipe_atexit _((void))
{
struct pipe_list *list = pipe_list;
struct pipe_list *tmp;
@@ -1462,6 +1463,7 @@ pipe_atexit()
list = tmp;
}
}
+#endif
static void
pipe_finalize(fptr)