]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
authorCorinna Vinschen <corinna@vinschen.de>
Sun, 20 Feb 2005 16:14:53 +0000 (16:14 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Sun, 20 Feb 2005 16:14:53 +0000 (16:14 +0000)
commit4e5a3fa5e2cc0ce5365fd6bd0bfa43f73ba17b55
tree8fcc163270bea11c0855dc0d56db55182181968d
parentf46ddb818aba0c7d45291be445e9b31e85e674c3
* fhandler.h (fhandler_base::fstat_helper): Declare with additional
dwVolumeSerialNumber argument.  Drop default values for last three
arguments.
* fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Pass
dwVolumeSerialNumber from GetFileInformationByHandle to fstat_helper.
(fhandler_base::fstat_by_name): Pass pc.volser () to fstat_helper.
Accomodate dropping default values for last three arguments of
fstat_helper.
(fhandler_base::fstat_helper): Add dwVolumeSerialNumber argument.
Use for st_dev member unless 0 in which case pc.volser () is used.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
This page took 0.026926 seconds and 5 git commands to generate.