diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2009-06-08 20:04:37 +0000 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2009-06-08 20:04:37 +0000 |
commit | d8e551a1a7db91bced640af59a843e6e563f5b5a (patch) | |
tree | d2fb00eaae185133e51ad9addb6d0be1a7bbe7df /winsup/cygwin/autoload.cc | |
parent | 3b80aa0156e694e8204228ef0dd0639d77997dbf (diff) | |
download | cygnal-d8e551a1a7db91bced640af59a843e6e563f5b5a.tar.gz cygnal-d8e551a1a7db91bced640af59a843e6e563f5b5a.tar.bz2 cygnal-d8e551a1a7db91bced640af59a843e6e563f5b5a.zip |
* autoload.cc (GetSystemTimes): Define.
* fhandler_proc.cc (format_proc_uptime): Use GetSystemInfo to retrieve
processor count. Use GetSystemTimes when available to retrieve system
idle time. Improve debug output.
(format_proc_stat): Use GetSystemInfo to retrieve processor
count. Improve debug output. Ignore if SystemPerformanceInformation
returns error. Explain why.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r-- | winsup/cygwin/autoload.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index f01419221..046d31ff1 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -412,6 +412,7 @@ LoadDLLfuncEx (FindFirstVolumeA, 8, kernel32, 1) LoadDLLfuncEx (FindNextVolumeA, 12, kernel32, 1) LoadDLLfuncEx (FindVolumeClose, 4, kernel32, 1) LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1) +LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1) LoadDLLfuncEx (GetSystemWindowsDirectoryW, 8, kernel32, 1) LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1) LoadDLLfuncEx (GetSystemDEPPolicy, 0, kernel32, 1) |