diff options
author | Mark Eichin <eichin@cygnus> | 1993-07-05 15:06:51 +0000 |
---|---|---|
committer | Mark Eichin <eichin@cygnus> | 1993-07-05 15:06:51 +0000 |
commit | 86fd58bf533db067529a54edd78b8ed97c1cfb7a (patch) | |
tree | c8ac65a20bb59f2ec3ec025561c82d23abb1beac /gdb/config/sparc/xm-sun4sol2.h | |
parent | b1d0b1614b25c3331cf34a1dcf06f48b1d6aa04e (diff) | |
download | gdb-86fd58bf533db067529a54edd78b8ed97c1cfb7a.zip gdb-86fd58bf533db067529a54edd78b8ed97c1cfb7a.tar.gz gdb-86fd58bf533db067529a54edd78b8ed97c1cfb7a.tar.bz2 |
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...)
Diffstat (limited to 'gdb/config/sparc/xm-sun4sol2.h')
-rw-r--r-- | gdb/config/sparc/xm-sun4sol2.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/sparc/xm-sun4sol2.h b/gdb/config/sparc/xm-sun4sol2.h index 2714909..e063792 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 <string.h>. */ #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 |