diff options
author | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-15 03:43:01 +0000 |
---|---|---|
committer | Jim Kingdon <jkingdon@engr.sgi.com> | 1994-01-15 03:43:01 +0000 |
commit | 44a09a68f2dae8cc7abc67fafceb6566cbe8cea1 (patch) | |
tree | 94b40869c54d5aab0ae4b4b058d15e370aca55ec /gdb/config/mips/xm-irix4.h | |
parent | 9850662034766360a7ac81dee6cde6b65a3f1697 (diff) | |
download | gdb-44a09a68f2dae8cc7abc67fafceb6566cbe8cea1.zip gdb-44a09a68f2dae8cc7abc67fafceb6566cbe8cea1.tar.gz gdb-44a09a68f2dae8cc7abc67fafceb6566cbe8cea1.tar.bz2 |
* utils.c (request_quit): Re-establish signal handler regardless
of USG.
* config/mips/xm-irix4.h: Define HAVE_TERMIOS.
Diffstat (limited to 'gdb/config/mips/xm-irix4.h')
-rw-r--r-- | gdb/config/mips/xm-irix4.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/config/mips/xm-irix4.h b/gdb/config/mips/xm-irix4.h index 91bb97b..87200d0 100644 --- a/gdb/config/mips/xm-irix4.h +++ b/gdb/config/mips/xm-irix4.h @@ -28,3 +28,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define PSIGNAL_IN_SIGNAL_H #define BROKEN_SIGINFO_H /* <sys/siginfo.h> si_pid & si_uid are bogus */ + +/* Irix 4.0.1 and later have termios. Not sure about earlier versions. */ +#undef HAVE_TERMIO +#define HAVE_TERMIOS |