diff options
author | Corinna Vinschen <corinna@vinschen.de> | 2017-12-10 14:32:34 +0100 |
---|---|---|
committer | Corinna Vinschen <corinna@vinschen.de> | 2017-12-10 14:32:34 +0100 |
commit | 32988bd409273a497d7f5a0b9c34913d87e282ee (patch) | |
tree | c8aa0529aeaa7966918376d33e9225eb72b69222 | |
parent | 0c201166f5e8bf17ce9620867d2d35a4a63e47de (diff) | |
download | newlib-32988bd409273a497d7f5a0b9c34913d87e282ee.zip newlib-32988bd409273a497d7f5a0b9c34913d87e282ee.tar.gz newlib-32988bd409273a497d7f5a0b9c34913d87e282ee.tar.bz2 |
cygwin: add mmap fork fix to 2.10.0 release test
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r-- | winsup/cygwin/release/2.10.0 | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/release/2.10.0 b/winsup/cygwin/release/2.10.0 index 22f761e..b16bb23 100644 --- a/winsup/cygwin/release/2.10.0 +++ b/winsup/cygwin/release/2.10.0 @@ -25,3 +25,6 @@ Bug Fixes - Fix two bugs in the limit of large numbers of sockets. Addresses: https://cygwin.com/ml/cygwin/2017-11/msg00052.html + +- Fix a fork failure with private anonymous mmaps. + Addresses: https://cygwin.com/ml/cygwin/2017-12/msg00061.html |