mirror of
https://https.git.savannah.gnu.org/git/bash.git
synced 2026-08-09 19:50:32 +02:00
commit bash-20130301 snapshot
This commit is contained in:
@@ -108,10 +108,10 @@ do { \
|
||||
#endif /* !HAVE_POSIX_SIGNALS */
|
||||
|
||||
/* Extern variables */
|
||||
extern sig_atomic_t sigwinch_received;
|
||||
extern sig_atomic_t sigterm_received;
|
||||
extern volatile sig_atomic_t sigwinch_received;
|
||||
extern volatile sig_atomic_t sigterm_received;
|
||||
|
||||
extern int interrupt_immediately;
|
||||
extern int interrupt_immediately; /* no longer used */
|
||||
extern int terminate_immediately;
|
||||
|
||||
/* Functions from sig.c. */
|
||||
|
||||
Reference in New Issue
Block a user