diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 23:05:28 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-02-02 23:05:28 +0530 | 
| commit | 616cc0d164a98ca62291cc340dd42b5c76b7809b (patch) | |
| tree | e232905bd32d827d04f23af86a7366715c2357ae /dwl.c | |
| parent | e8d20061a19872325c35bf228feda36c602609b5 (diff) | |
update
Diffstat (limited to 'dwl.c')
| -rw-r--r-- | dwl.c | 2 | 
1 files changed, 0 insertions, 2 deletions
| @@ -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]; | 
