summaryrefslogtreecommitdiff
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
commit773b92b84129affc6505f47aadd3c565fca48677 (patch)
tree4373eed70b571f00c7cd146a5969eb45275e1f39
parent8747ecbce43d1863944d4b1682872bd36c31c451 (diff)
downloadperl-773b92b84129affc6505f47aadd3c565fca48677.tar.gz
Remove incorrect guards around inclusion of <signal.h>
Causes problems with UNIX03/SUSv3 p4raw-id: //depot/perl@21916
-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,