mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 14:00:56 +00:00
Formerly make.h.~56~
This commit is contained in:
parent
e7f3e4a031
commit
67516d5331
1 changed files with 4 additions and 0 deletions
4
make.h
4
make.h
|
@ -49,6 +49,10 @@ extern int errno;
|
|||
#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
|
||||
#define sys_siglist _sys_siglist
|
||||
#define HAVE_SYS_SIGLIST /* Now we have it. */
|
||||
|
||||
/* It was declared in <signal.h>, with who knows what type.
|
||||
Don't declare it again and risk conflicting. */
|
||||
#define SYS_SIGLIST_DECLARED
|
||||
#endif
|
||||
|
||||
#ifndef isblank
|
||||
|
|
Loading…
Reference in a new issue