Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-02-28 19:25:34 +0300
committerChristopher Faylor <me@cgf.cx>2000-02-28 19:25:34 +0300
commit716254905c9ef40e7d3bb01c6f01506f980fa7d7 (patch)
tree4f424ddf36414eca32100c0510cde433b7a5bdeb /winsup/cygwin/pinfo.cc
parent297b7a63c83c40485432ce5bffa3905bdd0bf84e (diff)
* pinfo.cc (set_myself): Add build date to strace output.
* sigproc.cc (proc_subproc): Only clear wait event when not attending to a signal.
Diffstat (limited to 'winsup/cygwin/pinfo.cc')
-rw-r--r--winsup/cygwin/pinfo.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index b4873c544..4d6d06c8c 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -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, "**********************************************");
}