]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Sat, 19 Nov 2022 08:28:15 +0000 (17:28 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Sun, 20 Nov 2022 01:37:37 +0000 (10:37 +0900)
commit32d6a6cb5f1e5a136ae86247e124edd68dc1800e
treea7207c608d1474948070dbf0e7320254cf54423b
parentc03f0c306244bf73239cb1a318a175682f504dc2
Cygwin: pty, console: Encapsulate spawn.cc code related to pty/console.

- The codes related to pty and console in spawn.cc have been moved
  into the new class fhandler_termios::spawn_worker, and make spawn.cc
  call them. The functionality has not been changed at all.
winsup/cygwin/fhandler/termios.cc
winsup/cygwin/fhandler/tty.cc
winsup/cygwin/local_includes/fhandler.h
winsup/cygwin/spawn.cc
This page took 0.031627 seconds and 5 git commands to generate.