aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2001-09-07 15:22:11 +0000
committerMark Kettenis <kettenis@gnu.org>2001-09-07 15:22:11 +0000
commit93befcf3d76833a6ceecd7e97d855c6091f036da (patch)
tree56561f32eb47d00b0ee3804eedb3548147136610
parentad58c9210cc77362ac19d4a73a40e4ef774fcd97 (diff)
downloadgdb-93befcf3d76833a6ceecd7e97d855c6091f036da.zip
gdb-93befcf3d76833a6ceecd7e97d855c6091f036da.tar.gz
gdb-93befcf3d76833a6ceecd7e97d855c6091f036da.tar.bz2
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
to using setpgid if available now.
-rw-r--r--gdb/ChangeLog5
-rw-r--r--gdb/config/rs6000/xm-rs6000.h4
2 files changed, 5 insertions, 4 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index d79a2b2..2954beb 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -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>
diff --git a/gdb/config/rs6000/xm-rs6000.h b/gdb/config/rs6000/xm-rs6000.h
index 5893c77..bf0553f 100644
--- a/gdb/config/rs6000/xm-rs6000.h
+++ b/gdb/config/rs6000/xm-rs6000.h
@@ -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)