From 22549f8ba262dde71f6e50ae2d80254f90652ca9 Mon Sep 17 00:00:00 2001 From: Karl Heuer Date: Fri, 19 Jul 1996 19:41:03 +0000 Subject: (_BSD_SIGNALS): Define. --- src/s/irix5-0.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/s') diff --git a/src/s/irix5-0.h b/src/s/irix5-0.h index 391ef31c60d..31754342d59 100644 --- a/src/s/irix5-0.h +++ b/src/s/irix5-0.h @@ -2,6 +2,9 @@ #define IRIX5 +/* We want BSD style signals. */ +#define _BSD_SIGNALS + #define SETPGRP_RELEASES_CTTY #ifdef LIBS_SYSTEM -- cgit v1.2.1