From: Roland McGrath Date: Wed, 2 Sep 1992 21:53:59 +0000 (+0000) Subject: Formerly make.h.~54~ X-Git-Tag: 3.70.2~602 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=7f0fe7f44d930ec3cb0eafc827e7efeb975f9af9;p=thirdparty%2Fmake.git Formerly make.h.~54~ --- diff --git a/make.h b/make.h index 49c25224..adaccf3f 100644 --- a/make.h +++ b/make.h @@ -20,6 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ #pragma alloca #endif +#ifdef CRAY +/* This must happen before #include so + that the declaration therein is changed. */ +#define signal bsdsignal +#endif + #define _GNU_SOURCE #include #include @@ -56,10 +62,6 @@ extern int errno; #define RETSIGTYPE void #endif -#ifdef CRAY -#define signal bsdsignal -#endif - #ifndef sigmask #define sigmask(sig) (1 << ((sig) - 1)) #endif