From 2e55bedc45e836899a18ea7f4a488f50597afad5 Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sat, 21 Sep 2024 19:31:16 +0200 Subject: misc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- sig.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'sig.c') diff --git a/sig.c b/sig.c index c7900fd..d77a46f 100644 --- a/sig.c +++ b/sig.c @@ -2,6 +2,9 @@ #include "common.h" +_Atomic volatile sig_atomic_t exiting = 0; + + static void sighandler(int signo) { -- cgit v1.2.3-70-g09d2