diff options
Diffstat (limited to 'src/sysdep.c')
-rw-r--r-- | src/sysdep.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sysdep.c b/src/sysdep.c index 95295e7e676..5988b35927a 100644 --- a/src/sysdep.c +++ b/src/sysdep.c @@ -777,7 +777,7 @@ restore_signal_handlers (struct save_signal *saved_handlers) } #ifdef USABLE_SIGIO -static int old_fcntl_flags[FD_SETSIZE]; +static int old_fcntl_flags[EMACS_MAX_FD]; #endif void @@ -1079,7 +1079,7 @@ emacs_set_tty (int fd, struct emacs_tty *settings, bool flushp) #ifdef F_SETOWN -static int old_fcntl_owner[FD_SETSIZE]; +static int old_fcntl_owner[EMACS_MAX_FD]; #endif /* F_SETOWN */ /* Initialize the terminal mode on all tty devices that are currently |