diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2022-01-28 10:33:50 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2022-01-28 10:36:54 +0100 |
commit | 047eaf9a6b36881a15e43cbea333725b8e59a3b4 (patch) | |
tree | b96ab112b52a0be246cea16f72155e96abc0fc08 /winsup | |
parent | b095628ecff1831b250f34d3b6b5787b3f247d63 (diff) | |
download | newlib-047eaf9a6b36881a15e43cbea333725b8e59a3b4.zip newlib-047eaf9a6b36881a15e43cbea333725b8e59a3b4.tar.gz newlib-047eaf9a6b36881a15e43cbea333725b8e59a3b4.tar.bz2 |
Cygwin: drop autoloading kernel32 symbols available since Windows 7
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup')
-rw-r--r-- | winsup/cygwin/autoload.cc | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc index 2b862b5..1f52411 100644 --- a/winsup/cygwin/autoload.cc +++ b/winsup/cygwin/autoload.cc @@ -582,21 +582,15 @@ LoadDLLfunc (if_indextoname, 8, iphlpapi) LoadDLLfunc (if_nametoindex, 4, iphlpapi) LoadDLLfuncEx2 (DiscardVirtualMemory, 8, kernel32, 1, 127) -LoadDLLfunc (GetCurrentProcessorNumberEx, 4, kernel32) -LoadDLLfuncEx (GetLogicalProcessorInformationEx, 12, kernel32, 1) -LoadDLLfuncEx (GetProcessGroupAffinity, 12, kernel32, 1) LoadDLLfunc (GetSystemTimePreciseAsFileTime, 4, kernel32) -LoadDLLfuncEx (GetThreadGroupAffinity, 8, kernel32, 1) LoadDLLfuncEx (IsWow64Process2, 12, kernel32, 1) LoadDLLfuncEx (PrefetchVirtualMemory, 16, kernel32, 1) -LoadDLLfunc (SetThreadGroupAffinity, 12, kernel32) /* MSDN claims these are exported by kernel32.dll, but only QueryUnbiasedInterruptTime actually is. The others are only available via KernelBase.dll. */ LoadDLLfunc (QueryInterruptTime, 4, KernelBase) LoadDLLfunc (QueryInterruptTimePrecise, 4, KernelBase) -LoadDLLfunc (QueryUnbiasedInterruptTime, 4, KernelBase) LoadDLLfunc (QueryUnbiasedInterruptTimePrecise, 4, KernelBase) LoadDLLfunc (VirtualAlloc2, 28, KernelBase) |