aboutsummaryrefslogtreecommitdiffstats
path: root/sig.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sig.c3
1 files changed, 3 insertions, 0 deletions
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)
{