From: Stephen Adams Date: Mon, 19 Aug 1996 18:46:52 +0000 (+0000) Subject: Made traps work for HPUX 10. X-Git-Tag: 20090517-FFI~5399 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=507001005dc61c04ea1786da503f2c704dadd4f6;p=mit-scheme.git Made traps work for HPUX 10. --- 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 */