Re: [PATCH] Cygwin: pty: Fix master closing error regarding attach_mutex.

2021-10-08 Thread Ken Brown
On 10/8/2021 12:28 PM, Takashi Yano wrote: - If two or more pty masters are opened in a process, closing master causes error when closing attach_mutex. This patch fixes the issue. Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-October/012418.html ---

[PATCH] Cygwin: pty: Fix master closing error regarding attach_mutex.

2021-10-08 Thread Takashi Yano
- If two or more pty masters are opened in a process, closing master causes error when closing attach_mutex. This patch fixes the issue. Addresses: https://cygwin.com/pipermail/cygwin-developers/2021-October/012418.html --- winsup/cygwin/fhandler_tty.cc | 7 +-- winsup/cygwin/release/3.3.0