summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/times.cc
diff options
context:
space:
mode:
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 7bb961d75..0652a12fb 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;