]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Encapsulate pty code in tty::setpgid().
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 21 Feb 2022 13:40:48 +0000 (22:40 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Mon, 21 Feb 2022 22:33:09 +0000 (07:33 +0900)
commit054b00d96a81ca1169a1dd2d63d79b7ac03919ac
treeaa664198f61413c2d68ac2e968fe41c0d87f47b9
parent0ddf19d6ca6edf9edd7fc147124794fa9d5100e0
Cygwin: pty: Encapsulate pty code in tty::setpgid().

- This patch hides complex pty codes in tty::setpgid() to transfer
  input into the class fhandler_pty_slave by encapsulating it.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/tty.cc
This page took 0.03267 seconds and 5 git commands to generate.