From 75a22c880a84b8c04368dd49c37eed024b91646d Mon Sep 17 00:00:00 2001 From: Corinna Vinschen Date: Mon, 12 Dec 2005 14:27:16 +0000 Subject: * autoload.cc (GetSystemTimes): Remove. --- winsup/cygwin/ChangeLog | 4 ++++ winsup/cygwin/autoload.cc | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index 94ac5711c..594744d40 100644 --- a/winsup/cygwin/ChangeLog +++ b/winsup/cygwin/ChangeLog @@ -1,3 +1,7 @@ +2005-12-12 Corinna Vinschen + + * autoload.cc (GetSystemTimes): Remove. + 2005-12-12 Corinna Vinschen * fhandler_proc.cc (format_proc_uptime): Drop usage of GetSystemTimes. diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 8ce59587e..76f38a3b2 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -515,7 +515,6 @@ LoadDLLfuncEx (GetConsoleWindow, 0, kernel32, 1) LoadDLLfuncEx (GetDiskFreeSpaceEx, 16, kernel32, 1) LoadDLLfuncEx (GetNativeSystemInfo, 4, kernel32, 1) LoadDLLfuncEx (GetProcessWorkingSetSize, 12, kernel32, 1) -LoadDLLfuncEx (GetSystemTimes, 12, kernel32, 1) LoadDLLfuncEx (GetVolumeNameForVolumeMountPointA, 12, kernel32, 1) LoadDLLfuncEx2 (IsDebuggerPresent, 0, kernel32, 1, 1) LoadDLLfunc (IsProcessorFeaturePresent, 4, kernel32); -- cgit v1.2.3