mirror of
https://salsa.debian.org/srivasta/make-dfsg.git
synced 2024-12-26 05:57:17 +00:00
Formerly make.h.~51~
This commit is contained in:
parent
47db5afe4f
commit
39e2dbb7b3
1 changed files with 4 additions and 0 deletions
4
make.h
4
make.h
|
@ -40,6 +40,10 @@ extern int errno;
|
|||
#endif
|
||||
#endif
|
||||
|
||||
#if !defined (HAVE_SYS_SIGLIST) && defined (HAVE__SYS_SIGLIST)
|
||||
#define sys_siglist _sys_siglist
|
||||
#endif
|
||||
|
||||
#ifndef isblank
|
||||
#define isblank(c) ((c) == ' ' || (c) == '\t')
|
||||
#endif
|
||||
|
|
Loading…
Reference in a new issue