Compare commits

...

2 Commits

Author SHA1 Message Date
Alex
48ec834ec9 chore: 0.9.24 2023-11-03 14:07:07 +01:00
Alex
e7c2e90236 Revert "custom: reap zombie processes on termination"
This reverts commit 1c1a39f597.
2023-11-03 14:06:50 +01:00
2 changed files with 1 additions and 5 deletions

View File

@@ -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;

View File

@@ -1,6 +1,6 @@
project(
'waybar', 'cpp', 'c',
version: '0.9.23',
version: '0.9.24',
license: 'MIT',
meson_version: '>= 0.50.0',
default_options : [