diff options
author | John Gilmore <gnu@cygnus> | 1992-02-21 01:40:57 +0000 |
---|---|---|
committer | John Gilmore <gnu@cygnus> | 1992-02-21 01:40:57 +0000 |
commit | 5b0267410c98352699276c84743fbf814a62479f (patch) | |
tree | 052a92a727e502c402eace24140bfc24f42720fc /gdb/xm-sysv4.h | |
parent | ee0613d186dc9956209bd99f3f5f86ad8069366f (diff) | |
download | gdb-5b0267410c98352699276c84743fbf814a62479f.zip gdb-5b0267410c98352699276c84743fbf814a62479f.tar.gz gdb-5b0267410c98352699276c84743fbf814a62479f.tar.bz2 |
* xm-amix.h, xm-i386v4.h, xm-stratus.h: Define NORETURN to avoid
complaints about volatile functions.
* xm-sysv4.h (HAVE_MMAP): Define.
Diffstat (limited to 'gdb/xm-sysv4.h')
-rw-r--r-- | gdb/xm-sysv4.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/gdb/xm-sysv4.h b/gdb/xm-sysv4.h index 8f31743..35c831d 100644 --- a/gdb/xm-sysv4.h +++ b/gdb/xm-sysv4.h @@ -1,6 +1,6 @@ /* Definitions for running gdb on a host machine running any flavor of SVR4. - Copyright (C) 1991, Free Software Foundation, Inc. - Written by Fred Fish at Cygnus Support (fnf@cygint) + Copyright 1991, 1992 Free Software Foundation, Inc. + Written by Fred Fish at Cygnus Support (fnf@cygnus.com). This file is part of GDB. @@ -30,6 +30,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define HAVE_TERMIO +/* 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 |