]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: fhandler_disk_file::fstatvfs: refactor
authorKen Brown <kbrown@cornell.edu>
Fri, 24 Jan 2020 21:02:57 +0000 (16:02 -0500)
committerKen Brown <kbrown@cornell.edu>
Tue, 28 Jan 2020 19:05:13 +0000 (14:05 -0500)
commit68b7a457f7331ed852380cd7afd0e17dffdc726e
tree1b4331ce302a276e3f5589c83d2af6f93a2f4c90
parent74e6e881433c45e758582adfdcb4be20ad5b52a9
Cygwin: fhandler_disk_file::fstatvfs: refactor

Define a new method fhandler_base::fstatvfs_by_handle, extracted from
fhandler_disk_file::fstatvfs, which gets the statvfs information when
a handle is available.

This will be used in future commits for special files that have been
opened with O_PATH.
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
This page took 0.028432 seconds and 5 git commands to generate.