Re: [PATCH v2 0/1] Cygwin: Fix incorrect TTY for non-cygwin process.

2019-09-20 Thread Ken Brown
On 9/19/2019 11:04 PM, Takashi Yano wrote: > - After commit d4045fdbef60d8e7e0d11dfe38b048ea2cb8708b, the TTY >displayed by ps command is incorrect if the process is non-cygwin >process. This patch fixes this issue. > > v2: > Simplify the condition to call proc_subproc (PROC_CLEARWAIT, 1)

[PATCH v2 0/1] Cygwin: Fix incorrect TTY for non-cygwin process.

2019-09-19 Thread Takashi Yano
- After commit d4045fdbef60d8e7e0d11dfe38b048ea2cb8708b, the TTY displayed by ps command is incorrect if the process is non-cygwin process. This patch fixes this issue. v2: Simplify the condition to call proc_subproc (PROC_CLEARWAIT, 1) in exceptions.cc. Takashi Yano (1): Cygwin: Fix