This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[perl #24674]
[perl5.git] / doio.c
diff --git a/doio.c b/doio.c
index 40287f9..dc192d4 100644 (file)
--- a/doio.c
+++ b/doio.c
@@ -48,9 +48,7 @@
 #  define OPEN_EXCL 0
 #endif
 
-#if !defined(NSIG) || defined(M_UNIX) || defined(__unix) || defined(M_XENIX)
 #include <signal.h>
-#endif
 
 bool
 Perl_do_open(pTHX_ GV *gv, register char *name, I32 len, int as_raw,