]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: console: Make I/O functions thread-safe
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 31 Mar 2019 15:47:48 +0000 (00:47 +0900)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 31 Mar 2019 16:34:58 +0000 (18:34 +0200)
commitf4b47827cf87f055687a0c52a3485d42b3e2b941
tree1be24de36b339c83b031c200b637cfff8a6b25de
parent8382778cdb571453b6f00dc1d9cb3d3c7dd58b55
Cygwin: console: Make I/O functions thread-safe

- POSIX states I/O functions shall be thread-safe, however, cygwin
  console I/O functions were not. This patch makes console I/O
  functions thread-safe.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_console.cc
winsup/cygwin/select.cc
This page took 0.029358 seconds and 5 git commands to generate.