summaryrefslogtreecommitdiff
path: root/unixish.h
diff options
context:
space:
mode:
authorAlan Burlison <Alan.Burlison@uk.sun.com>2003-12-15 00:56:05 +0000
committerAlan Burlison <Alan.Burlison@uk.sun.com>2003-12-15 09:13:49 +0000
commit731e259481f36b35d27c7bcbf1cb5cbfc834ed90 (patch)
treee9b947da775e9c8c8ad0fdbca5fe88c91c78fb8a /unixish.h
parent3545032cb5b36089b750252abdb360982bf4f327 (diff)
downloadperl-731e259481f36b35d27c7bcbf1cb5cbfc834ed90.tar.gz
Remove incorrect guards around inclusion of <signal.h>
Causes problems with UNIX03/SUSv3 Part 2 of change 21916 - oops! See: Message-Id: <3FDD06A5.8010004@sun.com> Subject: Re: UNIX03 & C99 issue with 5.8.2 Date: Mon, 15 Dec 2003 00:56:05 +0000 p4raw-id: //depot/perl@21917
Diffstat (limited to 'unixish.h')
-rw-r--r--unixish.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/unixish.h b/unixish.h
index 65ce7d6f16..23b3cadf12 100644
--- a/unixish.h
+++ b/unixish.h
@@ -103,9 +103,7 @@
*/
/* #define ALTERNATE_SHEBANG "#!" / **/
-#if !defined(NSIG) || defined(M_UNIX) || defined(__unix) || defined(M_XENIX) || defined(__NetBSD__) || defined(__FreeBSD__) || defined(__OpenBSD__)
# include <signal.h>
-#endif
#ifndef SIGABRT
# define SIGABRT SIGILL