gbasys

diff src/signal.c @ 3:06726f0b8cd3

foo
author John Tsiombikas <nuclear@member.fsf.org>
date Thu, 08 Mar 2012 14:37:17 +0200
parents e3dc7705ad9c
children 72c6429ae953
line diff
     1.1 --- a/src/signal.c	Wed Mar 07 06:11:51 2012 +0200
     1.2 +++ b/src/signal.c	Thu Mar 08 14:37:17 2012 +0200
     1.3 @@ -41,6 +41,7 @@
     1.4  	default_sig_handler[SIGUSR1] = SIG_IGN;
     1.5  	default_sig_handler[SIGUSR2] = SIG_IGN;
     1.6  	default_sig_handler[SIGIO] = SIG_IGN;
     1.7 +	default_sig_handler[SIGTTIN] = SIG_IGN;
     1.8  	for(i=0; i<SIG_MAX; i++) {
     1.9  		signal_handler[i] = default_sig_handler[i];
    1.10  	}