summary refs log tree commit diff
path: root/src/trap.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/trap.h')
-rw-r--r--src/trap.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/trap.h b/src/trap.h
index 50fc3ed..bdd7944 100644
--- a/src/trap.h
+++ b/src/trap.h
@@ -39,6 +39,7 @@
 extern int trapcnt;
 extern char sigmode[];
 extern volatile sig_atomic_t pendingsigs;
+extern int gotsigchld;
 
 int trapcmd(int, char **);
 void clear_traps(void);