Formerly make.h.~43~
authorRoland McGrath <roland@redhat.com>
Wed, 3 Jun 1992 01:13:30 +0000 (01:13 +0000)
committerRoland McGrath <roland@redhat.com>
Wed, 3 Jun 1992 01:13:30 +0000 (01:13 +0000)
make.h

diff --git a/make.h b/make.h
index 5c91663..791f1d4 100644 (file)
--- a/make.h
+++ b/make.h
@@ -38,6 +38,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define        SIGNAL(sig, handler) \
   ((SIGHANDLER) signal((sig), (SIGHANDLER) (handler)))
 
+#ifdef CRAY
+#define        signal  bsdsignal
+#endif
+
 #ifndef        sigmask
 #define        sigmask(sig)    (1 << ((sig) - 1))
 #endif