From 616cc0d164a98ca62291cc340dd42b5c76b7809b Mon Sep 17 00:00:00 2001 From: Raghuram Subramani Date: Sun, 2 Feb 2025 23:05:28 +0530 Subject: update --- dwl.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'dwl.c') diff --git a/dwl.c b/dwl.c index f6b575a..5562a90 100644 --- a/dwl.c +++ b/dwl.c @@ -1622,8 +1622,6 @@ handlesig(int signo) if (signo == SIGCHLD) { while (waitpid(-1, NULL, WNOHANG) > 0) { pid_t *p, *lim; - if (in.si_pid == child_pid) - child_pid = -1; if (!(p = autostart_pids)) continue; lim = &p[autostart_len]; -- cgit v1.2.3