This is the mail archive of the cygwin-patches 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]

[PATCH 0/3] Some O_PATH fixes


Ken Brown (3):
  Cygwin: fhandler_base::fstat_fs: accomodate the O_PATH flag
  Cygwin: fhandler_disk_file::fstatvfs: refactor
  Cygwin: FIFO::fstatvfs: use our handle if O_PATH is set

 winsup/cygwin/fhandler.h            |  1 +
 winsup/cygwin/fhandler_disk_file.cc | 24 +++++++++++++++++-------
 winsup/cygwin/fhandler_fifo.cc      |  8 ++++++++
 3 files changed, 26 insertions(+), 7 deletions(-)

-- 
2.21.0


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