summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorRoland McGrath <roland@redhat.com>1992-06-03 01:13:30 +0000
committerRoland McGrath <roland@redhat.com>1992-06-03 01:13:30 +0000
commit835c266436f1eb7e3f25f2477e6faeaac13a4390 (patch)
tree822ae1a990791c7050ee62ff0ce91a2d20d9e773 /make.h
parent6b0a5fd94174fd4168785a9e0ac7fe08bdf1c558 (diff)
downloadgunmake-835c266436f1eb7e3f25f2477e6faeaac13a4390.tar.gz
Formerly make.h.~43~
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/make.h b/make.h
index 5c91663..791f1d4 100644
--- 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