diff options
Diffstat (limited to 'gdb/config')
-rw-r--r-- | gdb/config/rs6000/xm-rs6000.h | 5 | ||||
-rw-r--r-- | gdb/config/xm-aix4.h | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h index 6b7678a..c702483 100644 --- a/gdb/config/rs6000/xm-rs6000.h +++ b/gdb/config/rs6000/xm-rs6000.h @@ -43,11 +43,6 @@ #define USG 1 -/* This system requires that we open a terminal with O_NOCTTY for it to - not become our controlling terminal. */ - -#define USE_O_NOCTTY - /* Brain death inherited from PC's pervades. */ #undef NULL #define NULL 0 diff --git a/gdb/config/xm-aix4.h b/gdb/config/xm-aix4.h index eb763e9..26e6cd3 100644 --- a/gdb/config/xm-aix4.h +++ b/gdb/config/xm-aix4.h @@ -20,8 +20,3 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. */ -/* This system requires that we open a terminal with O_NOCTTY for it to - not become our controlling terminal. */ - -#define USE_O_NOCTTY - |