diff options
Diffstat (limited to 'gdb/config/xm-sysv4.h')
-rw-r--r-- | gdb/config/xm-sysv4.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/gdb/config/xm-sysv4.h b/gdb/config/xm-sysv4.h index c2cc1f6..0805768 100644 --- a/gdb/config/xm-sysv4.h +++ b/gdb/config/xm-sysv4.h @@ -22,22 +22,14 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SVR4_SHARED_LIBS -/* SVR4 has termio facilities. */ +/* SVR4 has termios facilities. */ -#define HAVE_TERMIO +#define HAVE_TERMIOS /* SVR4 has mmap facilities */ #define HAVE_MMAP -/* TIOCGETC and TIOCGLTC are picked up somewhere, but struct tchars - and struct ltchars are not. This makes problems for inflow.c. - It is unknown at this time if this is a generic SVR4 problem or - one just limited to the initial SVR4 port host machine. */ - -#define TIOCGETC_BROKEN -#define TIOCGLTC_BROKEN - /* SVR4 is a derivative of System V Release 3 (USG) */ #define USG |