From e3d31b2c02a6b4e4582b0f2ebbc51d7b69539d48 Mon Sep 17 00:00:00 2001 From: Leon Henrik Plickat Date: Sun, 14 Nov 2021 05:20:29 +0100 Subject: 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. --- meson_options.txt | 1 - 1 file changed, 1 deletion(-) (limited to 'meson_options.txt') 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') -- cgit v1.2.3