summaryrefslogtreecommitdiff
path: root/meson_options.txt (unfollow)
Commit message (Collapse)AuthorFilesLines
2021-11-14Improve signal handlingLeon Henrik Plickat1-1/+0
This patch replaces the signalfd based signal handling with a more traditional approach. Since this is not only more reliable, but also more portable, the compile time option to turn off signal handling has been removed. It was only optional before based on signalf being a linux-ism.