projects
/
platform
/
upstream
/
make.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6b0a5fd
)
Formerly make.h.~43~
author
Roland McGrath
<roland@redhat.com>
Wed, 3 Jun 1992 01:13:30 +0000
(
01:13
+0000)
committer
Roland McGrath
<roland@redhat.com>
Wed, 3 Jun 1992 01:13:30 +0000
(
01:13
+0000)
make.h
patch
|
blob
|
history
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