summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_raw.cc
Commit message (Collapse)AuthorAgeFilesLines
* * fhandler_raw.cc (write_file, read_file): New wrapper functionsCorinna Vinschen2000-05-121-22/+51
| | | | | | | for WriteFile and ReadFile to get rid of ERROR_MEDIA_CHANGED and ERROR_BUS_RESET in case of first access to tape. (fhandler_dev_raw::raw_write): Use write_file instead of WriteFile. (fhandler_dev_raw::raw_read): Use read_file instead of ReadFile.
* import winsup-2000-02-17 snapshotChristopher Faylor2000-02-171-0/+495