mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.h.~43~
This commit is contained in:
parent
6b0a5fd941
commit
835c266436
1 changed files with 4 additions and 0 deletions
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 a new issue