mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.h.~54~
This commit is contained in:
parent
47839c882d
commit
7f0fe7f44d
1 changed files with 6 additions and 4 deletions
10
make.h
10
make.h
|
@ -20,6 +20,12 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||
#pragma alloca
|
||||
#endif
|
||||
|
||||
#ifdef CRAY
|
||||
/* This must happen before #include <signal.h> so
|
||||
that the declaration therein is changed. */
|
||||
#define signal bsdsignal
|
||||
#endif
|
||||
|
||||
#define _GNU_SOURCE
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
|
@ -56,10 +62,6 @@ extern int errno;
|
|||
#define RETSIGTYPE void
|
||||
#endif
|
||||
|
||||
#ifdef CRAY
|
||||
#define signal bsdsignal
|
||||
#endif
|
||||
|
||||
#ifndef sigmask
|
||||
#define sigmask(sig) (1 << ((sig) - 1))
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue