On Thu, 24 Feb 2022 23:24:29 +0900
Takashi Yano wrote:
> - Previously, if non-cygwin app exits by Ctrl-C, exit code was
> 0x7f00. With this patch, the exit code will be 0x0002,
> which means process exited by SIGINT.
> ---
> winsup/cygwin/exceptions.cc | 6 +-
> winsup/cygwin/pinfo
On Feb 24 23:24, Takashi Yano wrote:
> - Previously, if non-cygwin app exits by Ctrl-C, exit code was
> 0x7f00. With this patch, the exit code will be 0x0002,
> which means process exited by SIGINT.
> ---
> winsup/cygwin/exceptions.cc | 6 +-
> winsup/cygwin/pinfo.cc | 3 +++
>
- Previously, if non-cygwin app exits by Ctrl-C, exit code was
0x7f00. With this patch, the exit code will be 0x0002,
which means process exited by SIGINT.
---
winsup/cygwin/exceptions.cc | 6 +-
winsup/cygwin/pinfo.cc | 3 +++
2 files changed, 8 insertions(+), 1 deletion(-)