summaryrefslogtreecommitdiff
path: root/siglist.c
diff options
context:
space:
mode:
Diffstat (limited to 'siglist.c')
-rw-r--r--siglist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/siglist.c b/siglist.c
index 6d6a93df..0206f57f 100644
--- a/siglist.c
+++ b/siglist.c
@@ -20,7 +20,7 @@ Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "config.h"
-#if !defined (HAVE_SYS_SIGLIST) && !defined (HAVE_STRSIGNAL)
+#if !defined (HAVE_SYS_SIGLIST) && !defined (HAVE_UNDER_SYS_SIGLIST) && !defined (HAVE_STRSIGNAL)
#include <stdio.h>
#include "bashtypes.h"
@@ -225,4 +225,4 @@ initialize_siglist ()
}
}
}
-#endif /* !HAVE_SYS_SIGLIST && !HAVE_STRSIGNAL */
+#endif /* !HAVE_SYS_SIGLIST && !HAVE_UNDER_SYS_SIGLIST && !HAVE_STRSIGNAL */