From 507001005dc61c04ea1786da503f2c704dadd4f6 Mon Sep 17 00:00:00 2001 From: Stephen Adams Date: Mon, 19 Aug 1996 18:46:52 +0000 Subject: [PATCH] Made traps work for HPUX 10. --- v7/src/microcode/uxtrap.h | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/v7/src/microcode/uxtrap.h b/v7/src/microcode/uxtrap.h index dd66eae2c..9b72dd799 100644 --- a/v7/src/microcode/uxtrap.h +++ b/v7/src/microcode/uxtrap.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: uxtrap.h,v 1.24 1993/11/22 19:01:41 gjr Exp $ +$Id: uxtrap.h,v 1.25 1996/08/19 18:46:52 adams Exp $ Copyright (c) 1990-1993 Massachusetts Institute of Technology @@ -108,6 +108,15 @@ MIT in each case. */ */ #ifdef _HPUX + +/* HPUX 09.x does not have siginfo, but HPUX 10.x does. This can be +tested by the definition of SA_SIGINFO. Since we want to support +both, we use the no-siginfo way */ + +#ifdef SA_SIGINFO +#undef SA_SIGINFO +#endif + # include /* See included by */ -- 2.25.1