Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2000-05-12 22:34:50 +0400
committerCorinna Vinschen <corinna@vinschen.de>2000-05-12 22:34:50 +0400
commit5640cadbc544530a4bde6b0333b1d4aaec837a5b (patch)
treece39f9774451b668b10bf7e69611e26ba7578e3b /winsup/cygwin/ChangeLog
parentc2644effa82bb59b745f476eec8d14e0848f6631 (diff)
* fhandler_raw.cc (write_file, read_file): New wrapper functions
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.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 0a702ffbd..5a347e3a7 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+Fri May 12 20:31:00 2000 Corinna Vinschen <corinna@vinschen.de>
+
+ * fhandler_raw.cc (write_file, read_file): New wrapper functions
+ 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.
+
Fri May 12 01:04:57 2000 Christopher Faylor <cgf@cygnus.com>
* Makefile.in (DLL_OFILES): Sort.