From 86fd58bf533db067529a54edd78b8ed97c1cfb7a Mon Sep 17 00:00:00 2001 From: Mark Eichin Date: Mon, 5 Jul 1993 15:06:51 +0000 Subject: [PATCH] solaris doesn't have siginterrupt, though it has sigaction; however, in this case siginterrupt would just be setting the default. (This was the only patch needed to make devo build solaris-x-a29kudi...) --- gdb/config/sparc/xm-sun4sol2.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index 2714909882..e06379245c 100644 --- a/gdb/config/sparc/xm-sun4sol2.h +++ b/gdb/config/sparc/xm-sun4sol2.h @@ -69,3 +69,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* The mem functions are in . */ #undef MEM_FNS_DECLARED #define MEM_FNS_DECLARED 1 + +/* solaris doesn't have siginterrupt, though it has sigaction; however, + in this case siginterrupt would just be setting the default. */ +#define NO_SIGINTERRUPT -- 2.34.1