From ecb908f699a0de17c82057787f75e34090d39325 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Fri, 11 Nov 2005 16:42:15 +0000 Subject: * cygheap.h (init_cygheap::_gtod): Remove. * cygwin.din: Export clock_getres and clock_setres. * hires.h (hires_ms::minperiod): Delete declaration. (hires_ms::began_period): Ditto. (hires_ms::prime): Make void. (hires_ms::resolution): Just define here. (hires_ms::usecs): Remove unneeded argument. (gtod): Redeclare as a variable. * timer.cc (timer_thread): Eliminate argument to gtod.usecs(). (timer_tracker::gettime): Ditto. (timer_tracker::settime): Ditto. * times.cc (gettimeofday): Ditto. (hires_ms::began_period): Delete declaration. (hires_us::prime): Remove debugging. (hires_ms::prime): Make void. Eliminate period stuff. (hires_ms::usecs): Eliminate argument to gtod.usecs(). (hires_ms::resolution): New function. (clock_getres): Ditto. (clock_setres): Ditto. * version.h: Bump API version to 143. * include/cygwin/time.h: New file. --- winsup/cygwin/cygheap.h | 1 - 1 file changed, 1 deletion(-) (limited to 'winsup/cygwin/cygheap.h') diff --git a/winsup/cygwin/cygheap.h b/winsup/cygwin/cygheap.h index e9e000f70..ea4fb1c20 100644 --- a/winsup/cygwin/cygheap.h +++ b/winsup/cygwin/cygheap.h @@ -300,7 +300,6 @@ struct init_cygheap pid_t pid; /* my pid */ HANDLE pid_handle; /* handle for my pid */ hook_chain hooks; - hires_ms _gtod; void close_ctty (); }; -- cgit v1.2.3