diff options
author | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-11-14 05:20:29 +0100 |
---|---|---|
committer | Leon Henrik Plickat <leonhenrik.plickat@stud.uni-goettingen.de> | 2021-11-14 05:28:10 +0100 |
commit | e3d31b2c02a6b4e4582b0f2ebbc51d7b69539d48 (patch) | |
tree | 170b0f640ae75d1cdf324289a36c31616ce9a2e1 /meson_options.txt | |
parent | d933ed4dd56f38285f4aef61b487307a497574c5 (diff) | |
download | wlclock-e3d31b2c02a6b4e4582b0f2ebbc51d7b69539d48.tar.gz wlclock-e3d31b2c02a6b4e4582b0f2ebbc51d7b69539d48.tar.bz2 |
Improve signal handling
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.
Diffstat (limited to '')
-rw-r--r-- | meson_options.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/meson_options.txt b/meson_options.txt index 020b255..e40a23d 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -1,2 +1 @@ option('man-pages', type: 'feature', value: 'auto', description: 'Generate and install man pages') -option('handle-signals', type: 'feature', value: 'enabled', description: 'Handle signals') |