This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Drop autoloading transaction functions from ntdll


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

commit e855447fd2f468327f85955ca9ccc80dcfb28692
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Dec 15 16:45:25 2015 +0100

    Drop autoloading transaction functions from ntdll

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

diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index 265a021..df06013 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -627,12 +627,6 @@ LoadDLLfunc (NetUserGetGroups, 28, netapi32)
 LoadDLLfunc (NetUserGetInfo, 16, netapi32)
 LoadDLLfunc (NetUserGetLocalGroups, 32, netapi32)
 
-LoadDLLfunc (NtCommitTransaction, 8, ntdll)
-LoadDLLfunc (NtCreateTransaction, 40, ntdll)
-LoadDLLfunc (NtRollbackTransaction, 8, ntdll)
-LoadDLLfunc (RtlGetCurrentTransaction, 0, ntdll)
-LoadDLLfunc (RtlSetCurrentTransaction, 4, ntdll)
-
 LoadDLLfunc (CoTaskMemFree, 4, ole32)
 
 LoadDLLfunc (LsaDeregisterLogonProcess, 4, secur32)


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]