public inbox for cygwin-cvs@sourceware.org
help / color / mirror / Atom feed
* [newlib-cygwin/main] Cygwin: revert autoloading of DiscardVirtualMemory
@ 2023-11-30 21:39 Corinna Vinschen
  0 siblings, 0 replies; only message in thread
From: Corinna Vinschen @ 2023-11-30 21:39 UTC (permalink / raw)
  To: cygwin-cvs

https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=013de6b097feb94b58386a2a51c32ecab5e80db7

commit 013de6b097feb94b58386a2a51c32ecab5e80db7
Author:     Corinna Vinschen <corinna@vinschen.de>
AuthorDate: Thu Nov 30 21:14:48 2023 +0100
Commit:     Corinna Vinschen <corinna@vinschen.de>
CommitDate: Thu Nov 30 22:37:35 2023 +0100

    Cygwin: revert autoloading of DiscardVirtualMemory
    
    Commit a3ae2a734892 ("Cygwin: don't autoload some kernel32 functions")
    erroneously removed DiscardVirtualMemory from the list of autloaded
    functions.  DiscardVirtualMemory is not available on Windows 8.1.
    
    Fixes: a3ae2a734892 ("Cygwin: don't autoload some kernel32 functions")
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 winsup/cygwin/autoload.cc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index c8909caff4b1..c1a124c1d120 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -465,6 +465,7 @@ LoadDLLfunc (GetUdpTable, iphlpapi)
 LoadDLLfunc (if_indextoname, iphlpapi)
 LoadDLLfunc (if_nametoindex, iphlpapi)
 
+LoadDLLfuncEx2 (DiscardVirtualMemory, kernel32, 1, 127)
 LoadDLLfuncEx (ClosePseudoConsole, kernel32, 1)
 LoadDLLfuncEx (CreatePseudoConsole, kernel32, 1)
 LoadDLLfuncEx (IsWow64Process2, kernel32, 1)

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2023-11-30 21:39 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-11-30 21:39 [newlib-cygwin/main] Cygwin: revert autoloading of DiscardVirtualMemory Corinna Vinschen

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).