summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
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