diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/src/process.c b/src/process.c index 8de85354dd3..233513efe9a 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -4492,12 +4492,10 @@ select_wrapper (int n, fd_set *rfd, fd_set *wfd, fd_set *xfd, struct timeval *tm | |||
| 4492 | Otherwise, return true if we received input from any process. */ | 4492 | Otherwise, return true if we received input from any process. */ |
| 4493 | 4493 | ||
| 4494 | int | 4494 | int |
| 4495 | wait_reading_process_output (time_limit, microsecs, read_kbd, do_display, | 4495 | wait_reading_process_output (int time_limit, int microsecs, int read_kbd, |
| 4496 | wait_for_cell, wait_proc, just_wait_proc) | 4496 | int do_display, |
| 4497 | int time_limit, microsecs, read_kbd, do_display; | 4497 | Lisp_Object wait_for_cell, |
| 4498 | Lisp_Object wait_for_cell; | 4498 | struct Lisp_Process *wait_proc, int just_wait_proc) |
| 4499 | struct Lisp_Process *wait_proc; | ||
| 4500 | int just_wait_proc; | ||
| 4501 | { | 4499 | { |
| 4502 | register int channel, nfds; | 4500 | register int channel, nfds; |
| 4503 | SELECT_TYPE Available; | 4501 | SELECT_TYPE Available; |