OSDN Git Service

* autoload.cc (GetSystemTimes): Remove.
authorcorinna <corinna>
Tue, 9 Jun 2009 09:45:29 +0000 (09:45 +0000)
committercorinna <corinna>
Tue, 9 Jun 2009 09:45:29 +0000 (09:45 +0000)
commitae3d07d1d0d4759ecfc994ab012b2feb3b2e4685
treef2a7926d46763de9bf780a5c37f232bcaa679164
parentbc05e91254044fdbf4458feeb5610ffd95dca532
* autoload.cc (GetSystemTimes): Remove.
* fhandler_proc.cc (format_proc_uptime): Use global system_info rather
than retrieving a local copy of the SYSTEM_INFO.  Drop call to
GetSystemTimes and retrieve SystemPerformanceInformation on all systems
again with buffer size big enough for 64 bit systems.
(format_proc_stat): Use global system_info rather than retrieving a
local copy of the SYSTEM_INFO.  Retrieve SystemPerformanceInformation
with buffer size big enough for 64 bit systems.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/fhandler_proc.cc