projects
/
mit-scheme.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b919995
)
Restore SIGQUIT handler so I can enter breakpoints again.
author
Taylor R Campbell
<campbell@mumble.net>
Tue, 19 Dec 2017 14:53:44 +0000
(14:53 +0000)
committer
Taylor R Campbell
<campbell@mumble.net>
Tue, 19 Dec 2017 14:53:44 +0000
(14:53 +0000)
src/microcode/uxsig.c
patch
|
blob
|
history
diff --git
a/src/microcode/uxsig.c
b/src/microcode/uxsig.c
index da8615603a36958156af5dba2a48162a72a046d7..5fea9b2d65c292a8c0fa98e5473cd7195d354211 100644
(file)
--- a/
src/microcode/uxsig.c
+++ b/
src/microcode/uxsig.c
@@
-682,7
+682,6
@@
UX_initialize_signals (void)
bind_handler (SIGALRM, sighnd_timer);
bind_handler (SIGVTALRM, sighnd_timer);
bind_handler (SIGTERM, sighnd_control_g);
- bind_handler (SIGQUIT, sighnd_control_g);
bind_handler (SIGHUP, sighnd_control_g);
bind_handler (SIGUSR1, sighnd_save_then_terminate);
#ifdef HAVE_NICE