aboutsummaryrefslogtreecommitdiffhomepage
path: root/proc.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-21 11:33:22 -0700
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2014-10-21 11:33:22 -0700
commit315ff1e712a44e5201bf1daddf96bf07438e7459 (patch)
treeba8770d4456421ba65d283223d580cbabdbbba8d /proc.h
parent21a751d1536f5cc362959878972e106462e2984c (diff)
Revert "Stop reaping children from SIGCHLD signal handler"
This reverts commit 3fe10692199fc20a5f4b6ac5057cce43babc5f36. In light of #1768
Diffstat (limited to 'proc.h')
-rw-r--r--proc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/proc.h b/proc.h
index 94274ced..3f35e69b 100644
--- a/proc.h
+++ b/proc.h
@@ -599,4 +599,5 @@ void proc_pop_interactive();
*/
int proc_format_status(int status);
+
#endif