Waybar/src
excellentname 246f7bf555 Handle SIGCHLD for exec/forkExec
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.
2020-07-21 12:36:48 +10:00
..
modules Update mpd.cpp 2020-07-18 10:23:04 +02:00
util fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
ALabel.cpp Feat icons vector (#716) 2020-05-22 21:23:04 +02:00
AModule.cpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
bar.cpp fix: don't a warning for a width/height of 0 2020-07-12 11:57:47 +02:00
client.cpp fix: cancel thread and fix window close 2020-05-27 09:10:38 +02:00
factory.cpp river/tags: add module 2020-06-12 15:19:46 +02:00
main.cpp Handle SIGCHLD for exec/forkExec 2020-07-21 12:36:48 +10:00