* pinfo.cc (set_myself): Add build date to strace output.
* sigproc.cc (proc_subproc): Only clear wait event when not attending to a signal.
This commit is contained in:
@@ -60,6 +60,7 @@ set_myself (pinfo *p)
|
||||
strace_printf (1, "DLL version: %d.%d, api: %d.%d",
|
||||
cygwin_version.dll_major, cygwin_version.dll_minor,
|
||||
cygwin_version.api_major, cygwin_version.api_minor);
|
||||
strace_printf (1, "DLL build: %s", cygwin_version.dll_build_date);
|
||||
strace_printf (1, "OS version: Windows %s", osname);
|
||||
strace_printf (1, "**********************************************");
|
||||
}
|
||||
|
Reference in New Issue
Block a user