Define NEED_POSIX_SETPGID for all SVR4 hosts.

This commit is contained in:
Fred Fish 1992-02-13 15:47:18 +00:00
parent 920babce5a
commit 0a663e9eb9
2 changed files with 12 additions and 0 deletions

View File

@ -1,3 +1,12 @@
Thu Feb 13 07:45:19 1992 Fred Fish (fnf at cygnus.com)
* xm-sysv4.h: Define NEED_POSIX_SETPGID.
Fri Feb 7 11:51:12 1992 Per Bothner (bothner at cygnus.com)
* mips-tdep.c (mips_print_registers): Print correct register
number for double pseudo-registers.
Fri Feb 7 07:56:05 1992 John Gilmore (gnu at cygnus.com)
* buildsym.c (read_struct_type): Avoid double-bump of parse ptr

View File

@ -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