Restore SIGQUIT handler so I can enter breakpoints again.
authorTaylor R Campbell <campbell@mumble.net>
Tue, 19 Dec 2017 14:53:44 +0000 (14:53 +0000)
committerTaylor R Campbell <campbell@mumble.net>
Tue, 19 Dec 2017 14:53:44 +0000 (14:53 +0000)
src/microcode/uxsig.c

index da8615603a36958156af5dba2a48162a72a046d7..5fea9b2d65c292a8c0fa98e5473cd7195d354211 100644 (file)
@@ -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