mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-06 05:52:32 -08:00
(w32_console_read_socket): Update pending_signals.
This commit is contained in:
parent
6324e138b3
commit
cf0d293c40
1 changed files with 2 additions and 0 deletions
|
|
@ -651,10 +651,12 @@ w32_console_read_socket (struct terminal *terminal,
|
|||
if (interrupt_input_blocked)
|
||||
{
|
||||
interrupt_input_pending = 1;
|
||||
pending_signals = 1;
|
||||
return -1;
|
||||
}
|
||||
|
||||
interrupt_input_pending = 0;
|
||||
pending_signals = pending_atimers;
|
||||
BLOCK_INPUT;
|
||||
|
||||
for (;;)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue