aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2006-02-11 00:07:43 +0000
committerChristopher Faylor <me@cgf.cx>2006-02-11 00:07:43 +0000
commit5a8a5efcfdca8bd29d653c1aac1aece95e46c3f7 (patch)
treede3757c8d235d89597563dbdbcb3f290b070b34a
parent7f8c7bff6f026e405860c92359d979736e00fca6 (diff)
downloadnewlib-5a8a5efcfdca8bd29d653c1aac1aece95e46c3f7.zip
newlib-5a8a5efcfdca8bd29d653c1aac1aece95e46c3f7.tar.gz
newlib-5a8a5efcfdca8bd29d653c1aac1aece95e46c3f7.tar.bz2
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 20db4e1..c71299f 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;
}