* 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:
Christopher Faylor
2000-02-28 16:25:34 +00:00
parent 297b7a63c8
commit 716254905c
3 changed files with 12 additions and 1 deletions

View File

@@ -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, "**********************************************");
}