mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
Fix recent changes related to USABLE_SIGIO
* src/process.c (wait_reading_process_output) [WINDOWSNT]: * src/keyboard.c (handle_async_input) [DOS_NT]: Ifdef away the code that is not needed on MS-Windows. (Bug#50403) (Bug#51820)
This commit is contained in:
parent
d4e2915dab
commit
bf04c19cdd
2 changed files with 3 additions and 1 deletions
|
|
@ -5588,7 +5588,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd,
|
|||
timeout = make_timespec (0, 0);
|
||||
#endif
|
||||
|
||||
#ifndef USABLE_SIGIO
|
||||
#if !defined USABLE_SIGIO && !defined WINDOWSNT
|
||||
/* If we're polling for input, don't get stuck in select for
|
||||
more than 25 msec. */
|
||||
struct timespec short_timeout = make_timespec (0, 25000000);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue