diff options
author | Alan Burlison <Alan.Burlison@uk.sun.com> | 2003-12-15 09:02:58 +0000 |
---|---|---|
committer | Alan Burlison <Alan.Burlison@uk.sun.com> | 2003-12-15 09:02:58 +0000 |
commit | 773b92b84129affc6505f47aadd3c565fca48677 (patch) | |
tree | 4373eed70b571f00c7cd146a5969eb45275e1f39 | |
parent | 8747ecbce43d1863944d4b1682872bd36c31c451 (diff) | |
download | perl-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.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -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, |