to using setpgid if available now.
+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>
2001-09-06 Keith Seitz <keiths@redhat.com>
From Ian Roxborough <irox@redhat.com>
chars_per_line = val; \
} \
}
chars_per_line = val; \
} \
}
-
-/* setpgrp() messes up controling terminal. The other version of it
- requires libbsd.a. */
-#define setpgrp(XX,YY) setpgid (XX, YY)