From ec442778f9daed1b248114f2ba9676ec50449daa Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Wed, 16 Mar 2005 17:07:17 +0000 Subject: [PATCH] * 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. --- gdb/ChangeLog | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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. -- 2.7.4