OSDN Git Service

* fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
authorcorinna <corinna>
Thu, 15 Jul 2004 14:56:04 +0000 (14:56 +0000)
committercorinna <corinna>
Thu, 15 Jul 2004 14:56:04 +0000 (14:56 +0000)
commit7dafbf52e4441df4e93b957fbf0312b78dbe09c0
treedd8feaa685e8cceae0dc66af77fbe77ddf16ef4a
parent0e8888ef576b61154d674425ae142039bb20368e
* fhandler.h (class fhandler_dev_raw): Remove is_writing flag.
Remove declaration of writebuf.
(class fhandler_dev_floppy): Remove declaration of close.
* fhandler_floppy.cc (fhandler_dev_floppy::close): Delete.
(fhandler_dev_floppy::lseek): Remove calls to writebuf.  Set
eom_detected to false after successful seek.
* fhandler_raw.cc (fhandler_dev_raw::writebuf): Delete.
(fhandler_dev_raw::raw_read): Remove calls to writebuf.
(fhandler_dev_raw::raw_write): Always invalidate buffer.
winsup/cygwin/ChangeLog
winsup/cygwin/fhandler.h
winsup/cygwin/fhandler_floppy.cc
winsup/cygwin/fhandler_raw.cc