]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.
authorTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 4 Mar 2022 05:42:46 +0000 (14:42 +0900)
committerTakashi Yano <takashi.yano@nifty.ne.jp>
Fri, 4 Mar 2022 11:04:15 +0000 (20:04 +0900)
commite93c7cb571f20a79efd561d430ab4cb38e01a635
treed88faf1fb4fd4899ba712ab1c4a3bf7d2c1ba25b
parenta263b94b5efd4595bf72425a975a8e29fcc989de
Cygwin: pty: Rearrange reset_switch_to_nat_pipe() calls.

- Previously, reset_switch_to_nat_pipe() is called from many places
  in pty code. This patch reorganizes that. With this patch, it is
  called only from bg_check() and setpgid_aux(). The calls which
  does not have enough reason have been omitted.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_tty.cc
winsup/cygwin/select.cc
This page took 0.026942 seconds and 5 git commands to generate.