]> git.lizzy.rs Git - rust.git/commit
Fix ctrl-c causing reads of stdin to return empty on Windows.
authorArlo Siemsen <arsiem@microsoft.com>
Fri, 1 Oct 2021 15:37:39 +0000 (08:37 -0700)
committerArlo Siemsen <arsiem@microsoft.com>
Fri, 1 Oct 2021 15:53:13 +0000 (08:53 -0700)
commit273e522af6c7b28704688b2a7b8b423c7472fb3c
tree0aefc6f55c013bd4804a264313d94c49795285d0
parent6dc08b909b469d58dd8fa54c57ab193b8cf95257
Fix ctrl-c causing reads of stdin to return empty on Windows.

Fixes #89177
library/std/src/sys/windows/stdio.rs