diff options
Diffstat (limited to 'src/process.c')
| -rw-r--r-- | src/process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/process.c b/src/process.c index 111e0c80e43..651b5fa035b 100644 --- a/src/process.c +++ b/src/process.c | |||
| @@ -5689,7 +5689,7 @@ wait_reading_process_output (intmax_t time_limit, int nsecs, int read_kbd, | |||
| 5689 | #if defined HAVE_ANDROID && !defined ANDROID_STUBIFY | 5689 | #if defined HAVE_ANDROID && !defined ANDROID_STUBIFY |
| 5690 | nfds = android_select (max_desc + 1, | 5690 | nfds = android_select (max_desc + 1, |
| 5691 | &Available, (check_write ? &Writeok : 0), | 5691 | &Available, (check_write ? &Writeok : 0), |
| 5692 | NULL, &timeout, NULL); | 5692 | NULL, &timeout); |
| 5693 | #else | 5693 | #else |
| 5694 | 5694 | ||
| 5695 | /* Non-macOS HAVE_GLIB builds call thread_select in | 5695 | /* Non-macOS HAVE_GLIB builds call thread_select in |