Formerly make.h.~51~

This commit is contained in:
Roland McGrath 1992-07-30 19:41:18 +00:00
parent 47db5afe4f
commit 39e2dbb7b3

4
make.h
View file

@ -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