* [PATCH] Remove redundant macro from config/rs6000/xm-rs6000.h
@ 2001-09-07 8:23 Mark Kettenis
0 siblings, 0 replies; only message in thread
From: Mark Kettenis @ 2001-09-07 8:23 UTC (permalink / raw)
To: gdb-patches
Overlooked this when doing my setpgid/setpgrp cleanup.
Checked in.
Mark
Index: ChangeLog
from Mark Kettenis <kettenis@gnu.org>
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
to using setpgid if available now.
Index: config/rs6000/xm-rs6000.h
===================================================================
RCS file: /cvs/src/src/gdb/config/rs6000/xm-rs6000.h,v
retrieving revision 1.6
diff -u -p -r1.6 xm-rs6000.h
--- config/rs6000/xm-rs6000.h 2001/08/27 22:39:56 1.6
+++ config/rs6000/xm-rs6000.h 2001/09/07 15:20:55
@@ -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)
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2001-09-07 8:23 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-09-07 8:23 [PATCH] Remove redundant macro from config/rs6000/xm-rs6000.h Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox