X-Git-Url: http://git.tuebingen.mpg.de/?p=dss.git;a=blobdiff_plain;f=signal.h;h=a0e98996f7a245ca6bc9bd0816ac5af82be5dc28;hp=93fa8a8a0b9dac6ab507c7e73430d64c0f385173;hb=a8e80f1cb5d4c7d4647f50a799e965137b5502a8;hpb=c418d2188c9c2c542270023d6fc3bc6cf34f8d29 diff --git a/signal.h b/signal.h index 93fa8a8..a0e9899 100644 --- a/signal.h +++ b/signal.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2007-2008 Andre Noll + * Copyright (C) 2007-2009 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,6 +8,6 @@ int signal_init(void); int install_sighandler(int); -int reap_child(pid_t *pid); int next_signal(void); void signal_shutdown(void); +int reap_child(pid_t *pid, int *status);