mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-06 03:40:56 -08:00
merging Emacs.app (NeXTstep port)
This commit is contained in:
parent
1391cd5487
commit
edfda78355
97 changed files with 20892 additions and 307 deletions
|
|
@ -4877,8 +4877,12 @@ wait_reading_process_output (time_limit, microsecs, read_kbd, do_display,
|
|||
process_output_skip = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
nfds = select (max (max (max_process_desc, max_keyboard_desc),
|
||||
#ifdef HAVE_NS
|
||||
nfds = ns_select
|
||||
#else
|
||||
nfds = select
|
||||
#endif
|
||||
(max (max (max_process_desc, max_keyboard_desc),
|
||||
max_gpm_desc) + 1,
|
||||
&Available,
|
||||
#ifdef NON_BLOCKING_CONNECT
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue