From: Roland McGrath Date: Mon, 12 Oct 1992 21:58:52 +0000 (+0000) Subject: Formerly make.h.~56~ X-Git-Tag: 3.70.2~571 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=67516d5331a03521edc39c9fb033bd8b37e2420d;p=thirdparty%2Fmake.git Formerly make.h.~56~ --- diff --git a/make.h b/make.h index 2c406d09..61b525c6 100644 --- a/make.h +++ b/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 , with who knows what type. + Don't declare it again and risk conflicting. */ +#define SYS_SIGLIST_DECLARED #endif #ifndef isblank