mirror of
https://github.com/mirror/make.git
synced 2025-01-17 07:40:24 +08:00
Formerly make.h.~43~
This commit is contained in:
parent
6b0a5fd941
commit
835c266436
4
make.h
4
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
|
||||
|
Loading…
Reference in New Issue
Block a user