* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults

to using setpgid if available now.
This commit is contained in:
Mark Kettenis 2001-09-07 15:22:11 +00:00
parent ad58c9210c
commit 93befcf3d7
2 changed files with 5 additions and 4 deletions

View File

@ -1,3 +1,8 @@
2001-09-07 Mark Kettenis <kettenis@gnu.org>
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
to using setpgid if available now.
2001-09-06 Keith Seitz <keiths@redhat.com>
From Ian Roxborough <irox@redhat.com>

View File

@ -94,7 +94,3 @@ aix_resizewindow (signo) \
chars_per_line = val; \
} \
}
/* setpgrp() messes up controling terminal. The other version of it
requires libbsd.a. */
#define setpgrp(XX,YY) setpgid (XX, YY)