diff options
Diffstat (limited to 'gdb/xm-sysv4.h')
-rw-r--r-- | gdb/xm-sysv4.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/gdb/xm-sysv4.h b/gdb/xm-sysv4.h index f2697a9..c2cc1f6 100644 --- a/gdb/xm-sysv4.h +++ b/gdb/xm-sysv4.h @@ -22,10 +22,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #define SVR4_SHARED_LIBS -/* SVR4 has /proc support, so use it instead of ptrace. */ - -#define USE_PROC_FS - /* SVR4 has termio facilities. */ #define HAVE_TERMIO @@ -50,11 +46,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ /* #define SET_STACK_LIMIT_HUGE */ -/* SVR4 machines can easily do attach and detach via /proc (procfs.c) - support */ - -#define ATTACH_DETACH - /* Use setpgid(0,0) to run inferior in a separate process group */ #define NEED_POSIX_SETPGID |