Cygwin: mmap: document recent bugfix

This commit is contained in:
Ken Brown 2020-07-21 17:57:37 -04:00
parent b245014abd
commit eeb2dc1537
1 changed files with 3 additions and 0 deletions

View File

@ -8,3 +8,6 @@ Bug Fixes:
- Fix multiple reader support for FIFOs
Addresses: https://sourceware.org/pipermail/cygwin/2020-July/245456.html
- Fix an mmap issue that could cause failure with errno EFBIG
Partially addresses: https://sourceware.org/pipermail/cygwin/2020-July/245557.html