* infrun.c, xm-i386sco.h: SCO needs to use setpgid().CVS:

This commit is contained in:
Stu Grossman 1992-01-31 01:24:34 +00:00
parent d7b524c09e
commit d58ea9967b
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,7 @@
Thu Jan 30 17:21:14 1992 Stu Grossman (grossman at cygnus.com)
* infrun.c, xm-i386sco.h: SCO needs to use setpgid().
Wed Jan 29 19:24:34 1992 Per Bothner (bothner at cygnus.com)
* mipsread.c (parse_partial_symbols): Make sure partial

View File

@ -37,3 +37,6 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#undef CPLUS_MARKER
#define CPLUS_MARKER '.'
#define HAVE_STRSTR
/* Use setpgid instead of setpgrp on SCO */
#define NEED_POSIX_SETPGID