]> sourceware.org Git - newlib-cygwin.git/commit
* autoload.cc (FindFirstVolumeA): Add.
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 20 Feb 2005 13:28:23 +0000 (13:28 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 20 Feb 2005 13:28:23 +0000 (13:28 +0000)
commit4944ca2f090de13e5afbde071def7449b25dcfd5
tree3b5bb55b18a0b6ae32a6cfa4e797be9fbaf0ff97
parent2b09be25a3929c8c6d7e23e1abb4756187c5036b
* autoload.cc (FindFirstVolumeA): Add.
(FindNextVolumeA): Add.
(FindVolumeClose): Add.
(GetVolumePathNamesForVolumeNameA): Add.
* fhandler.h (class fhandler_base): Declare new method fsync.
* fhandler.cc (fhandler_base::fsync): New method.
* syscalls.cc (fsync): Move functionality into fhandler method fsync.
Just call this method from here.
(sync_worker): New static function.
(sync): Fill with life for NT systems.
* wincap.h (wincaps::has_guid_volumes): New element.
* wincap.cc: Implement above element throughout.
winsup/cygwin/ChangeLog
winsup/cygwin/autoload.cc
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/syscalls.cc
winsup/cygwin/wincap.cc
winsup/cygwin/wincap.h
This page took 0.031254 seconds and 5 git commands to generate.