From 1c47e9cdfcce16138b8618f310070668cffcb339 Mon Sep 17 00:00:00 2001 From: Thulinma Date: Sun, 28 Jun 2020 13:04:24 +0200 Subject: [PATCH] Correct handling of reaper thread in forking binaries --- lib/procs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/procs.h b/lib/procs.h index 3d97e7dd..bbe23309 100644 --- a/lib/procs.h +++ b/lib/procs.h @@ -22,7 +22,6 @@ namespace Util{ static void exit_handler(); static char *const *dequeToArgv(std::deque &argDeq); static void grim_reaper(void *n); - public: static bool childRunning(pid_t p); static tthread::thread *reaper_thread;