changeset 15731:d149a26c9109

(_BSD_SIGNALS): Define.
author Karl Heuer <kwzh@gnu.org>
date Fri, 19 Jul 1996 19:41:03 +0000
parents bfaf5fb2a22c
children c24b00e705ba
files src/s/irix5-0.h
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/irix5-0.h	Fri Jul 19 19:39:09 1996 +0000
+++ b/src/s/irix5-0.h	Fri Jul 19 19:41:03 1996 +0000
@@ -2,6 +2,9 @@
 
 #define IRIX5
 
+/* We want BSD style signals. */
+#define _BSD_SIGNALS
+
 #define SETPGRP_RELEASES_CTTY
 
 #ifdef LIBS_SYSTEM