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:
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 863fb0c7f..099eb009a 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,14 @@
2002-09-24 Corinna Vinschen <corinna@vinschen.de>
+ * errno.cc (errmap): Map ERROR_INVALID_ADDRESS to new errno code
+ EOVERFLOW.
+ (_sys_errlist): Add entries for EILSEQ and EOVERFLOW.
+ (strerror): Ditto.
+ * mmap.cc (map_map): Set errno in case of error.
+ (mmap64): Remove setting errno explicitely to ENOMEM.
+
+2002-09-24 Corinna Vinschen <corinna@vinschen.de>
+
* mmap.cc (map_map): Add debug output.
(mmap64): Evaluate gran_len correctly even if offset isn't 0.