2 * Copyright (C) 2007 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 number of the most recent signal. */
17 /** The associated task structure. */
21 int para_signal_init(void);
22 int para_install_sighandler(int);
23 void para_reap_children(void);
24 int para_reap_child(pid_t
*pid
);
25 int para_next_signal(void);
26 void para_signal_shutdown(void);