]> git.ipfire.org Git - thirdparty/make.git/commitdiff
Formerly make.h.~51~
authorRoland McGrath <roland@redhat.com>
Thu, 30 Jul 1992 19:41:18 +0000 (19:41 +0000)
committerRoland McGrath <roland@redhat.com>
Thu, 30 Jul 1992 19:41:18 +0000 (19:41 +0000)
make.h

diff --git a/make.h b/make.h
index 612b11325850e98a105468fcefad929eba5922e0..49c25224ba2bccfb8053f39bea79c2528f637f8e 100644 (file)
--- 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