diff options
Diffstat (limited to '')
-rw-r--r-- | src/trap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/trap.h b/src/trap.h index 7573fd7..b9dfcf2 100644 --- a/src/trap.h +++ b/src/trap.h @@ -38,7 +38,7 @@ extern int trapcnt; extern char sigmode[]; -extern volatile sig_atomic_t pendingsigs; +extern volatile sig_atomic_t pending_sig; extern int gotsigchld; int trapcmd(int, char **); |