]> sourceware.org Git - newlib-cygwin.git/commit
* fhandler.h (fhandler_base::utimes_fs): New method.
authorChristopher Faylor <me@cgf.cx>
Wed, 13 Apr 2005 16:17:37 +0000 (16:17 +0000)
committerChristopher Faylor <me@cgf.cx>
Wed, 13 Apr 2005 16:17:37 +0000 (16:17 +0000)
commitf134945dcbf9158af7a2b36694f5362a2c616e66
tree6c1eac879e8d08a756eccec68968de393e5d2aca
parent726fe4180779219083d1abcc7a71f233f037747c
* fhandler.h (fhandler_base::utimes_fs): New method.
* fhandler.cc (fhandler_base::utimes): Call utimes_fs if on-disk special file.
* fhandler_disk_file.cc (fhandler_disk_file::utimes): Use utimes_fs.
(fhandler_base::utimes_fs): Handle on-disk device files.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_disk_file.cc
This page took 0.030658 seconds and 5 git commands to generate.