Re: [PATCH v2 1/2] Cygwin: console: Make read() thread-safe.

2021-01-28 Thread Takashi Yano via Cygwin-patches
On Thu, 28 Jan 2021 21:20:09 +0900 Takashi Yano wrote: > - Currently read() is somehow not thread-safe. This patch fixes the > issue. > --- > winsup/cygwin/fhandler_console.cc | 10 +- > 1 file changed, 5 insertions(+), 5 deletions(-) Sorry again. This also has a problem.. -- Taka

[PATCH v2 1/2] Cygwin: console: Make read() thread-safe.

2021-01-28 Thread Takashi Yano via Cygwin-patches
- Currently read() is somehow not thread-safe. This patch fixes the issue. --- winsup/cygwin/fhandler_console.cc | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/winsup/cygwin/fhandler_console.cc b/winsup/cygwin/fhandler_console.cc index 02d0ac052..d0e5bb33a 100644