]> sourceware.org Git - newlib-cygwin.git/commit
* autoload.cc (GetSystemTimePreciseAsFileTime): Define.
authorCorinna Vinschen <corinna@vinschen.de>
Fri, 14 Jun 2013 15:41:17 +0000 (15:41 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Fri, 14 Jun 2013 15:41:17 +0000 (15:41 +0000)
commit7584fa98d40958abe6d657e9c5707e962aaf794c
treed1b42ffcb5de43bcf662979ea85c618959459882
parent0ff057d5a5f811d13cbab893d61bade826eaf223
* autoload.cc (GetSystemTimePreciseAsFileTime): Define.
* times.cc (GetSystemTimePreciseAsFileTime): Temporarily declare here
to workaround missing definition in 32 bit w32api headers.
(get_system_time): New always inline function to call either
GetSystemTimePreciseAsFileTime or GetSystemTimeAsFileTime on a per OS
basis.  Call throughout instead of GetSystemTimeAsFileTime.
* wincap.h (wincaps::has_precise_system_time): New element.
* wincap.cc: Implement above element throughout.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/times.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.032498 seconds and 5 git commands to generate.