diff options
author | Roland McGrath <roland@redhat.com> | 1992-06-03 01:13:30 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-06-03 01:13:30 +0000 |
commit | 835c266436f1eb7e3f25f2477e6faeaac13a4390 (patch) | |
tree | 822ae1a990791c7050ee62ff0ce91a2d20d9e773 | |
parent | 6b0a5fd94174fd4168785a9e0ac7fe08bdf1c558 (diff) | |
download | gunmake-835c266436f1eb7e3f25f2477e6faeaac13a4390.tar.gz |
Formerly make.h.~43~
-rw-r--r-- | make.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |