diff options
Diffstat (limited to 'gdb/config/i386')
-rw-r--r-- | gdb/config/i386/xm-i386aix.h | 3 | ||||
-rw-r--r-- | gdb/config/i386/xm-i386sco.h | 3 | ||||
-rw-r--r-- | gdb/config/i386/xm-linux.h | 2 | ||||
-rw-r--r-- | gdb/config/i386/xm-ptx.h | 2 |
4 files changed, 0 insertions, 10 deletions
diff --git a/gdb/config/i386/xm-i386aix.h b/gdb/config/i386/xm-i386aix.h index 83d6d59..3a28c28 100644 --- a/gdb/config/i386/xm-i386aix.h +++ b/gdb/config/i386/xm-i386aix.h @@ -29,6 +29,3 @@ #define HAVE_SGTTY #include <limits.h> - -/* Use setpgid instead of setpgrp on AIX */ -#define NEED_POSIX_SETPGID diff --git a/gdb/config/i386/xm-i386sco.h b/gdb/config/i386/xm-i386sco.h index 7f214fd..920ebbb 100644 --- a/gdb/config/i386/xm-i386sco.h +++ b/gdb/config/i386/xm-i386sco.h @@ -38,6 +38,3 @@ So we use dots instead. This item must be coordinated with G++. */ #undef CPLUS_MARKER #define CPLUS_MARKER '.' - -/* Use setpgid instead of setpgrp on SCO */ -#define NEED_POSIX_SETPGID diff --git a/gdb/config/i386/xm-linux.h b/gdb/config/i386/xm-linux.h index dd3e280..ee17ee9 100644 --- a/gdb/config/i386/xm-linux.h +++ b/gdb/config/i386/xm-linux.h @@ -26,8 +26,6 @@ #define HOST_LONG_DOUBLE_FORMAT &floatformat_i387_ext -#define NEED_POSIX_SETPGID - /* Need R_OK etc, but USG isn't defined. */ #include <unistd.h> diff --git a/gdb/config/i386/xm-ptx.h b/gdb/config/i386/xm-ptx.h index 5aa7d84..ad26a84 100644 --- a/gdb/config/i386/xm-ptx.h +++ b/gdb/config/i386/xm-ptx.h @@ -35,8 +35,6 @@ #define HAVE_TERMIOS #define USG -#define NEED_POSIX_SETPGID - #define USE_O_NOCTTY #define HOST_BYTE_ORDER LITTLE_ENDIAN |