aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/times.cc
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2005-11-02 18:28:40 +0000
committerChristopher Faylor <me@cgf.cx>2005-11-02 18:28:40 +0000
commit1c2812f80e7ec1776c037f2f1f9eb3211c2a5d05 (patch)
treef85553827019091bd85649e24ea4ddf7f4aa51b1 /winsup/cygwin/times.cc
parent71ac53ee13b452310fdf8cb6acae0d8ba70c2848 (diff)
downloadnewlib-1c2812f80e7ec1776c037f2f1f9eb3211c2a5d05.zip
newlib-1c2812f80e7ec1776c037f2f1f9eb3211c2a5d05.tar.gz
newlib-1c2812f80e7ec1776c037f2f1f9eb3211c2a5d05.tar.bz2
* times.cc (gettimeofday): Add temporary debugging output.
Diffstat (limited to 'winsup/cygwin/times.cc')
-rw-r--r--winsup/cygwin/times.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/times.cc b/winsup/cygwin/times.cc
index 7bb961d..0652a12 100644
--- a/winsup/cygwin/times.cc
+++ b/winsup/cygwin/times.cc
@@ -152,7 +152,9 @@ extern "C" int
gettimeofday (struct timeval *tv, struct timezone *tz)
{
static bool tzflag;
+debug_printf ("prior to gtod.usecs"); // DELETEME
LONGLONG now = gtod.usecs (false);
+debug_printf ("after to gtod.usecs"); // DELETEME
if (now == (LONGLONG) -1)
return -1;