signals.c
changeset 12 6a372f8b4b8a
parent 7 af8d59476914
equal deleted inserted replaced
11:b93316813d7a 12:6a372f8b4b8a
       
     1 /*
       
     2     stdin mix - a mixer/multiplexer for stdin to processes
       
     3     Copyright (C) 2007  LluĂ­s Batlle i Rossell
       
     4 
       
     5     Please find the license in the provided COPYING file.
       
     6 */
     1 #include <signal.h>
     7 #include <signal.h>
     2 
     8 
     3 #include "main.h"
     9 #include "main.h"
     4 
    10 
     5 static int child;
    11 static int child;