]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Make read() thread-safe.
authorTakashi Yano via Cygwin-patches <cygwin-patches@cygwin.com>
Thu, 28 Jan 2021 14:11:32 +0000 (23:11 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Mon, 1 Feb 2021 09:54:04 +0000 (10:54 +0100)
commit0b64cc6812e054dbc09cc1ee82b6582d4b5205e8
treeda00eddcf5d052488c685b170a8e4ce0e7459f35
parent883abd9d7d51ca3cd089acda5917f9fb80a85745
Cygwin: console: Make read() thread-safe.

- Currently read() is somehow not thread-safe. This patch fixes
  the issue.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/fhandler_termios.cc
This page took 0.031553 seconds and 5 git commands to generate.