summaryrefslogtreecommitdiff
path: root/doio.c
diff options
context:
space:
mode:
authorAlan Burlison <Alan.Burlison@uk.sun.com>2003-12-15 09:02:58 +0000
committerAlan Burlison <Alan.Burlison@uk.sun.com>2003-12-15 09:02:58 +0000
commit3545032cb5b36089b750252abdb360982bf4f327 (patch)
tree4373eed70b571f00c7cd146a5969eb45275e1f39 /doio.c
parent50b814c32eb693f4c3297c5ee599da1cf1de0c50 (diff)
downloadperl-3545032cb5b36089b750252abdb360982bf4f327.tar.gz
Remove incorrect guards around inclusion of <signal.h>
Causes problems with UNIX03/SUSv3 p4raw-id: //depot/perl@21916
Diffstat (limited to 'doio.c')
-rw-r--r--doio.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/doio.c b/doio.c
index 40287f9a2b..dc192d4717 100644
--- 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,