2 * Copyright (C) 2007-2011 Andre Noll <maan@systemlinux.org>
4 * Licensed under the GPL v2. For licencing details see COPYING.
7 /** \file signal.h exported symbols from signal.c */
10 * Task for signal handling.
13 /** The signal pipe. */
15 /** The associated task structure. */
19 int para_signal_init(void);
20 void para_sigaction(int sig
, void (*handler
)(int));
21 void para_install_sighandler(int);
22 int para_reap_child(pid_t
*pid
);
23 int para_next_signal(fd_set
*rfds
);
24 void para_signal_shutdown(void);