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>2006-02-11 03:07:43 +0300
committerChristopher Faylor <me@cgf.cx>2006-02-11 03:07:43 +0300
commit5a8a5efcfdca8bd29d653c1aac1aece95e46c3f7 (patch)
treede3757c8d235d89597563dbdbcb3f290b070b34a
parent7f8c7bff6f026e405860c92359d979736e00fca6 (diff)
revert previously applied patch.
-rw-r--r--winsup/cygwin/pinfo.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/pinfo.cc b/winsup/cygwin/pinfo.cc
index 20db4e133..c71299ff0 100644
--- a/winsup/cygwin/pinfo.cc
+++ b/winsup/cygwin/pinfo.cc
@@ -61,7 +61,7 @@ set_myself (HANDLE h)
/* here if execed */
static pinfo NO_COPY myself_identity;
myself_identity.init (cygwin_pid (myself->dwProcessId), PID_EXECED, NULL);
- // myself->start_time = time (NULL); /* Register our starting time. */
+ myself->start_time = time (NULL); /* Register our starting time. */
myself->exec_sendsig = NULL;
myself->exec_dwProcessId = 0;
}