mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-11-26 05:20:30 +00:00
* config/rs6000/xm-rs6000.h (setpgrp): Remove macro. GDB defaults
to using setpgid if available now.
This commit is contained in:
parent
ad58c9210c
commit
93befcf3d7
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user