diff options
| author | Chet Ramey <chet.ramey@case.edu> | 2021-05-24 16:09:47 -0400 |
|---|---|---|
| committer | Chet Ramey <chet.ramey@case.edu> | 2021-05-24 16:09:47 -0400 |
| commit | 2047e28584f4200b55b5b704f798bcf1607b9ac6 (patch) | |
| tree | 2d0b193d141e5ab548604a4026a534c677fd9233 /lib/sh/input_avail.c | |
| parent | 7b024db83e0388c43b8e13e4e56144dabfe75c96 (diff) | |
| download | bash-2047e28.tar.gz | |
add numeric arguments to bind -x commands and READLINE_ARGUMENT; minor fixes
Diffstat (limited to 'lib/sh/input_avail.c')
| -rw-r--r-- | lib/sh/input_avail.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sh/input_avail.c b/lib/sh/input_avail.c index 695165f..2ac4461 100644 --- a/lib/sh/input_avail.c +++ b/lib/sh/input_avail.c @@ -110,7 +110,7 @@ nchars_avail (fd, nchars) #if defined(HAVE_SELECT) fd_set readfds, exceptfds; #endif -#if defined (HAVE_PSELECT) +#if defined (HAVE_PSELECT) || defined (HAVE_SELECT) sigset_t set, oset; #endif |
