diff options
author | Takashi Yano via Cygwin-patches <cygwin-patches@cygwin.com> | 2021-01-15 17:32:11 +0900 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2021-01-18 11:02:46 +0100 |
commit | 85ea2614f5c911f468b37fad6865b45102e47a2f (patch) | |
tree | 92bb252dc58f3ffba41d5c52a49d2ee77207e37c /winsup/CONTRIBUTORS | |
parent | 974e6d76d85a284add338d95bea9703e16a693d6 (diff) | |
download | newlib-85ea2614f5c911f468b37fad6865b45102e47a2f.zip newlib-85ea2614f5c911f468b37fad6865b45102e47a2f.tar.gz newlib-85ea2614f5c911f468b37fad6865b45102e47a2f.tar.bz2 |
Cygwin: pty: Make close_pseudoconsole() be a static member function.
- The function close_pseudoconsole() should be static so that it
can be safely called in spawn.cc even after the fhandler_pty_slave
instance has been deleted. That is, there is a problem with the
current code. This patch fixes the issue.
Diffstat (limited to 'winsup/CONTRIBUTORS')
0 files changed, 0 insertions, 0 deletions