mirror of
https://github.com/rad4day/Waybar.git
synced 2023-12-21 10:22:59 +01:00
246f7bf555
When forkExec is called it begins to ignore all SIGCHLD signals for the rest of the progam's execution so that they are automatically reaped. However, this means that subsequent waitpid calls in the exec function will always fail. So instead handle SIGCHLD by reaping any processes created by forkExec and ignoring all others so that they can be handled directly by the exec function. |
||
---|---|---|
.. | ||
clara.hpp | ||
command.hpp | ||
format.hpp | ||
json.hpp | ||
rfkill.hpp | ||
sleeper_thread.hpp |