mirror of
https://github.com/rad4day/Waybar.git
synced 2025-07-13 14:42:29 +02:00
Revert "custom: reap zombie processes on termination"
This reverts commit 1c1a39f597
.
This commit is contained in:
@ -112,10 +112,6 @@ inline FILE* open(const std::string& cmd, int& pid) {
|
||||
execlp("/bin/sh", "sh", "-c", cmd.c_str(), (char*)0);
|
||||
exit(0);
|
||||
} else {
|
||||
reap_mtx.lock();
|
||||
reap.push_back(child_pid);
|
||||
reap_mtx.unlock();
|
||||
|
||||
::close(fd[1]);
|
||||
}
|
||||
pid = child_pid;
|
||||
|
Reference in New Issue
Block a user