From: Mark Mitchell Date: Wed, 16 Mar 2005 17:07:17 +0000 (+0000) Subject: * event-top.c (handle_sigquit): Do not define for systems without X-Git-Tag: csl-arm-20050325-branchpoint~129 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=ec442778f9daed1b248114f2ba9676ec50449daa;p=platform%2Fupstream%2Fbinutils.git * event-top.c (handle_sigquit): Do not define for systems without SIGQUIT. (sigquit_token): Likewise. (async_init_signals): Allow for systems that do not define SIGQUIT. * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE. --- diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 0acce72..b6f733c 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -1,6 +1,9 @@ 2005-03-16 Mark Mitchell - * event-top.c (async_init_signals): Allow for systems that do not + * event-top.c (handle_sigquit): Do not define for systems without + SIGQUIT. + (sigquit_token): Likewise. + (async_init_signals): Allow for systems that do not define SIGQUIT. * ser-tcp.c (net_open): Allow for systems that do not have SIGPIPE.