mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-05-31 10:09:16 +08:00
2004-09-07 Andrew Cagney <cagney@gnu.org>
* vx-share/wait.h: Delete #ifdef USG. * utils.c (request_quit): Ditto. * tui/tui.c (tui_reset): Ditto. * remote.c: Ditto. * remote-sds.c: Ditto. * remote-rdi.c: Ditto. * mdebugread.c: Ditto. * m68klinux-nat.c: Ditto. * infttrace.c: Ditto. * infptrace.c: Ditto. * i386v-nat.c: Ditto. * exec.c: Ditto. * dbxread.c: Ditto. * core-aout.c: Ditto.
This commit is contained in:
@ -974,9 +974,8 @@ void
|
||||
request_quit (int signo)
|
||||
{
|
||||
quit_flag = 1;
|
||||
/* Restore the signal handler. Harmless with BSD-style signals, needed
|
||||
for System V-style signals. So just always do it, rather than worrying
|
||||
about USG defines and stuff like that. */
|
||||
/* Restore the signal handler. Harmless with BSD-style signals,
|
||||
needed for System V-style signals. */
|
||||
signal (signo, request_quit);
|
||||
|
||||
if (immediate_quit)
|
||||
|
Reference in New Issue
Block a user