mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-22 02:50:08 +08:00
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
to using setpgid if available now.
This commit is contained in:
@ -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>
|
||||
|
@ -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)
|
||||
|
Reference in New Issue
Block a user