]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Fix master closing error regarding attach_mutex.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 8 Oct 2021 16:28:54 +0000 (01:28 +0900)
committerKen Brown <kbrown@cornell.edu>
Fri, 8 Oct 2021 17:27:50 +0000 (13:27 -0400)
commit8a09deb1b778ddd815270c079931078d01e147f9
treecc54651fc49bfcb7a42e42b46dbf6f905dc50930
parenteb03ac17f16f1bd354482148426353fd35cd879d
Cygwin: pty: Fix master closing error regarding attach_mutex.

- 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
winsup/cygwin/release/3.3.0
This page took 0.03066 seconds and 5 git commands to generate.