aboutsummaryrefslogtreecommitdiff
path: root/gdb/xm-sysv4.h
diff options
context:
space:
mode:
authorFred Fish <fnf@specifix.com>1992-02-13 15:47:18 +0000
committerFred Fish <fnf@specifix.com>1992-02-13 15:47:18 +0000
commit0a663e9eb903723ee039fcfed52eada60f11871c (patch)
tree7df1545f76a4636329269c89a5f49a048f2ddf52 /gdb/xm-sysv4.h
parent920babce5a785c64400a2cb940db26f1be2f7fc6 (diff)
downloadgdb-0a663e9eb903723ee039fcfed52eada60f11871c.zip
gdb-0a663e9eb903723ee039fcfed52eada60f11871c.tar.gz
gdb-0a663e9eb903723ee039fcfed52eada60f11871c.tar.bz2
Define NEED_POSIX_SETPGID for all SVR4 hosts.
Diffstat (limited to 'gdb/xm-sysv4.h')
-rw-r--r--gdb/xm-sysv4.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/xm-sysv4.h b/gdb/xm-sysv4.h
index b6d1025..8f31743 100644
--- a/gdb/xm-sysv4.h
+++ b/gdb/xm-sysv4.h
@@ -58,3 +58,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#define CREATE_INFERIOR_HOOK(pid) inferior_proc_init(pid)
#endif
+/* Use setpgid(0,0) to run inferior in a separate process group */
+
+#define NEED_POSIX_SETPGID