about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.c b/event.c
index 2561f09..6bc9d92 100644
--- a/event.c
+++ b/event.c
@@ -105,7 +105,7 @@ static void childRead(void) {
 	}
 }
 
-static sig_atomic_t sig[NSIG];
+static volatile sig_atomic_t sig[NSIG];
 static void handler(int n) {
 	sig[n] = 1;
 }
aac0f3b8975e2fe4df713f163f77852918&follow=1'>Revert "Use scheme to style HTMLs"June McEnroe 2019-07-27Remove scheme text linkJune McEnroe 2019-07-26Update Dark.terminalJune McEnroe 2019-07-26Lighten dark whiteJune McEnroe 2019-07-25Add png.3 man pageJune McEnroe 2019-07-25Use scheme to style HTMLsJune McEnroe 2019-07-25Don't match comments in strings in makeJune McEnroe 2019-07-25Generate index.html with links from bin.7June McEnroe 2019-07-24Warn when date has changedJune McEnroe 2019-07-24Add whenJune McEnroe 2019-07-24Remove histedit from bitJune McEnroe