summaryrefslogtreecommitdiff
path: root/gdb/config/m68k/xm-linux.h
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-07-23 19:21:57 +0000
committerMark Kettenis <kettenis@gnu.org>2001-07-23 19:21:57 +0000
commitab4cc7750160b43383c8c3a84fadb9946a0f6663 (patch)
treee70edf9c87117ca8e87db159de519c8e3d3f4d1f /gdb/config/m68k/xm-linux.h
parent881d62a2786c080cdc639f4ce6dbc36d40daf732 (diff)
downloadgdb-ab4cc7750160b43383c8c3a84fadb9946a0f6663.tar.gz
* configure.in (AC_CHECK_FUNCS): Add setpggrp.
(AC_FUNC_SETPGRP): Add. * aclocal.m4, configure, config.in: Regenerated. * inflow.c (gdb_setpgid): Get rid of NEED_POSIX_SETPGID and SETPGRP_ARGS. Always use setpgid if it is available, fall back on setpgrp if it isn't. Use SETPGRP_VOID (defined by autoconf) to distinguish between the two setpgrp flavours. * config/xm-sysv4.h, config/arm/xm-linux.h, config/i386/xm-i386aix.h, config/i386/xm-sco.h, config/i386/xm-linux.h, config/i386/xm-ptx.h, config/m68k/xm-linux.h, config/powerpc/xm-linux.h, config/sparc/xm-linux.h, config/sparc/xm-sun4sol2.h, config/ia64/xm-linux.h (NEED_POSIX_SETPGID): Remove. * config/rs6000/xm-rs6000.h (SETPGRP_ARGS): Remove.
Diffstat (limited to 'gdb/config/m68k/xm-linux.h')
-rw-r--r--gdb/config/m68k/xm-linux.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gdb/config/m68k/xm-linux.h b/gdb/config/m68k/xm-linux.h
index 2c9beb66b03..881eedc88ab 100644
--- a/gdb/config/m68k/xm-linux.h
+++ b/gdb/config/m68k/xm-linux.h
@@ -29,8 +29,6 @@
to get the offset in the core file of the register values. */
#define KERNEL_U_ADDR 0x0
-#define NEED_POSIX_SETPGID
-
/* Need R_OK etc, but USG isn't defined. */
#include <unistd.h>