From 39e2dbb7b3e76c1965517c65715b8330493672ea Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Thu, 30 Jul 1992 19:41:18 +0000 Subject: Formerly make.h.~51~ --- make.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'make.h') diff --git a/make.h b/make.h index 612b113..49c2522 100644 --- a/make.h +++ b/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 -- cgit v1.2.3