diff options
author | Roland McGrath <roland@redhat.com> | 1992-10-12 21:58:52 +0000 |
---|---|---|
committer | Roland McGrath <roland@redhat.com> | 1992-10-12 21:58:52 +0000 |
commit | 67516d5331a03521edc39c9fb033bd8b37e2420d (patch) | |
tree | 48e853864c901221bac4273adba74ec0acd8ca2c | |
parent | e7f3e4a031fd6b126183e9f94d74d8af9b66647e (diff) | |
download | gunmake-67516d5331a03521edc39c9fb033bd8b37e2420d.tar.gz |
Formerly make.h.~56~
-rw-r--r-- | make.h | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |