diff options
author | Christopher Faylor <me@cgf.cx> | 2005-11-11 16:42:15 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2005-11-11 16:42:15 +0000 |
commit | ecb908f699a0de17c82057787f75e34090d39325 (patch) | |
tree | 578b898b2c623d43ce4f64f73d4547102cc5c519 /winsup/cygwin/cygwin.din | |
parent | 37bd11ed125628f987be0ec47019be396b4a2d54 (diff) | |
download | cygnal-ecb908f699a0de17c82057787f75e34090d39325.tar.gz cygnal-ecb908f699a0de17c82057787f75e34090d39325.tar.bz2 cygnal-ecb908f699a0de17c82057787f75e34090d39325.zip |
* 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.
Diffstat (limited to 'winsup/cygwin/cygwin.din')
-rw-r--r-- | winsup/cygwin/cygwin.din | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/cygwin/cygwin.din b/winsup/cygwin/cygwin.din index c6acea4d4..82fea5f02 100644 --- a/winsup/cygwin/cygwin.din +++ b/winsup/cygwin/cygwin.din @@ -254,6 +254,8 @@ _clearerr = clearerr NOSIGFE clock SIGFE _clock = clock SIGFE clock_gettime SIGFE +clock_getres SIGFE +clock_setres SIGFE close SIGFE _close = close SIGFE closedir SIGFE |