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