From: Karl Heuer Date: Fri, 19 Jul 1996 19:41:03 +0000 (+0000) Subject: (_BSD_SIGNALS): Define. X-Git-Tag: emacs-19.34~131 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=22549f8ba262dde71f6e50ae2d80254f90652ca9;p=emacs.git (_BSD_SIGNALS): Define. --- 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