summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/autoload.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2011-04-02 11:43:43 +0000
committerCorinna Vinschen <corinna@vinschen.de>2011-04-02 11:43:43 +0000
commit0d6f2b0117aa7fe5470117b6a43f16dac139f5b9 (patch)
treed363df03ad5405614d97f78f17bcf1afc14626f3 /winsup/cygwin/autoload.cc
parent8a5e2a62daa2d19b61e984cb4ea960a2cce12b86 (diff)
downloadcygnal-0d6f2b0117aa7fe5470117b6a43f16dac139f5b9.tar.gz
cygnal-0d6f2b0117aa7fe5470117b6a43f16dac139f5b9.tar.bz2
cygnal-0d6f2b0117aa7fe5470117b6a43f16dac139f5b9.zip
* autoload.cc (FindFirstVolumeA): Remove.
(FindNextVolumeA): Remove. (FindVolumeClose): Remove. (GetVolumeNameForVolumeMountPointA): Remove. * ntdll.h (NtFlushBuffersFile): Declare. * syscalls.cc (sync_worker): Rewrite using native NT functions. (sync): Ditto.
Diffstat (limited to 'winsup/cygwin/autoload.cc')
-rw-r--r--winsup/cygwin/autoload.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/autoload.cc b/winsup/cygwin/autoload.cc
index b57079d7f..54c4cab32 100644
--- a/winsup/cygwin/autoload.cc
+++ b/winsup/cygwin/autoload.cc
@@ -395,13 +395,9 @@ LoadDLLfunc (GetNetworkParams, 8, iphlpapi)
LoadDLLfunc (GetUdpTable, 12, iphlpapi)
LoadDLLfuncEx (AttachConsole, 4, kernel32, 1)
-LoadDLLfunc (FindFirstVolumeA, 8, kernel32)
-LoadDLLfunc (FindNextVolumeA, 12, kernel32)
-LoadDLLfunc (FindVolumeClose, 4, kernel32)
LoadDLLfunc (GetConsoleWindow, 0, kernel32)
LoadDLLfuncEx (GetNamedPipeClientProcessId, 8, kernel32, 1)
LoadDLLfuncEx (GetSystemWindowsDirectoryW, 8, kernel32, 1)
-LoadDLLfunc (GetVolumeNameForVolumeMountPointA, 12, kernel32)
LoadDLLfunc (LocaleNameToLCID, 8, kernel32)
LoadDLLfunc (WNetCloseEnum, 4, mpr)