Re: [PATCH 1/1] Cygwin: console: Fix the condition to interrupt select() by SIGWINCH

2019-08-15 Thread Corinna Vinschen
On Aug 15 14:03, Takashi Yano wrote: > - Add code so that select() is not interrupted by SIGWINCH if it is > ignored (SIG_IGN or SIG_DFL). > --- > winsup/cygwin/select.cc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.c

Re: [PATCH 1/1] Cygwin: console: Fix the condition to interrupt select() by SIGWINCH

2019-08-15 Thread Corinna Vinschen
On Aug 15 14:03, Takashi Yano wrote: > - Add code so that select() is not interrupted by SIGWINCH if it is > ignored (SIG_IGN or SIG_DFL). > --- > winsup/cygwin/select.cc | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/winsup/cygwin/select.cc b/winsup/cygwin/select.c