interrupt_input_pending to a non-zero value. If that flag is set
when input becomes unblocked, UNBLOCK_INPUT will send a new SIGIO. */
-extern int interrupt_input_blocked;
+extern volatile int interrupt_input_blocked;
/* Nonzero means an input interrupt has arrived
during the current critical section. */
/* Variables for blockinput.h: */
/* Non-zero if interrupt input is blocked right now. */
-int interrupt_input_blocked;
+volatile int interrupt_input_blocked;
/* Nonzero means an input interrupt has arrived
during the current critical section. */