* event-top.c (handle_sigquit): Do not define for systems without
authorMark Mitchell <mark@codesourcery.com>
Wed, 16 Mar 2005 17:07:17 +0000 (17:07 +0000)
committerMark Mitchell <mark@codesourcery.com>
Wed, 16 Mar 2005 17:07:17 +0000 (17:07 +0000)
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

index 0acce72080e16af62ff7633f59d89896910ad993..b6f733c2c0fda3518fc8d8f7bb67506d1b54b550 100644 (file)
@@ -1,6 +1,9 @@
 2005-03-16  Mark Mitchell  <mark@codesourcery.com>
 
-       * 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.
 
This page took 0.025997 seconds and 4 git commands to generate.