OSDN Git Service

* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.
authorcgf <cgf>
Sun, 2 Jun 2002 03:13:22 +0000 (03:13 +0000)
committercgf <cgf>
Sun, 2 Jun 2002 03:13:22 +0000 (03:13 +0000)
commit623ac3db4f99bfdbab5b72fd09374a26f7793526
tree4c1e8fe94f12cba34fdcdfeff7ddcc480f7e3bbc
parentd9f0d09295d76a8da6bceb6341f0ca6a1f075745
* fhandler.cc (fhandler_base::fstat): Move dev and ino calculation into caller.
* syscalls.cc (stat_worker): Calculate dev and ino calculation here, if zero.
* fhandler_proc.cc (fhandler_proc::fhandler_proc): Minor reorg for debugging.
* fhandler_process.cc (fhandler_process::exists): Return 0 on nonexistence.
(fhandler_process::fstat): Simplify pid logic.
* fhandler_tape.cc (fhandler_dev_tape::fstat): Minor reformatting.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.cc
winsup/cygwin/fhandler_proc.cc
winsup/cygwin/fhandler_process.cc
winsup/cygwin/fhandler_tape.cc
winsup/cygwin/syscalls.cc