Re: [PATCH] Fix blocking read timeouts at a small probability

2021-02-12 Thread Chet Ramey
On 2/12/21 1:51 AM, Koichi Murase wrote: 2021年2月12日(金) 4:27 Chet Ramey : Thank you. Yes, if there is a simpler but still robust and reliable way to do it, that would be nice. There is, in fact, a simpler way for this case. Blocking SIGCHLD around the calls to zread and its siblings fixes the p

Re: [PATCH] Fix blocking read timeouts at a small probability

2021-02-12 Thread Koichi Murase
2021年2月12日(金) 22:56 Chet Ramey : > >>> Thank you. Yes, if there is a simpler but still robust and reliable > >>> way to do it, that would be nice. > >> > >> There is, in fact, a simpler way for this case. Blocking SIGCHLD around the > >> calls to zread and its siblings fixes the problem. It might n

man bash-builtins

2021-02-12 Thread ron
In the Synopsis section, the builtin `caller` is not included. Several keywords are listed as builtins: [, if, until and while.