summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--make.h4
1 files changed, 4 insertions, 0 deletions
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