bug-bash
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: bash on Tru64


From: Lawrence Velázquez
Subject: Re: bash on Tru64
Date: Tue, 29 Jun 2021 17:50:58 -0400
User-agent: Cyrus-JMAP/3.5.0-alpha0-530-gd0c265785f-fm-20210616.002-gd0c26578

On Tue, Jun 29, 2021, at 4:38 PM, Jay K wrote:
> diff -u input_avail.c.orig input_avail.c
> --- input_avail.c.orig  2019-12-26 13:59:17.000000000 -0800
> +++ input_avail.c       2021-06-29 12:48:19.407119600 -0700
> @@ -110,7 +110,7 @@
>  #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

This change is already on the devel branch.

https://git.savannah.gnu.org/cgit/bash.git/commit/lib/sh/input_avail.c?h=devel&id=2047e28

-- 
vq



reply via email to

[Prev in Thread] Current Thread [Next in Thread]