Currently read() for console and pty slave are somehow
not thread-safe. These patches fix the issue.

Takashi Yano (2):
  Cygwin: console: Make read() thread-safe.
  Cygwin: pty: Make slave read() thread-safe.

 winsup/cygwin/fhandler_console.cc | 10 +++++-----
 winsup/cygwin/fhandler_tty.cc     |  6 ++++++
 2 files changed, 11 insertions(+), 5 deletions(-)

-- 
2.30.0

Reply via email to