diff options
author | Christopher Faylor <me@cgf.cx> | 2012-01-22 17:57:52 +0000 |
---|---|---|
committer | Christopher Faylor <me@cgf.cx> | 2012-01-22 17:57:52 +0000 |
commit | 5b09af7a51c8ccffe12c74fd9b1640c224687478 (patch) | |
tree | 880279d984e11c566067b1e4796e3623df35640f | |
parent | 0646a508aa06cf300214187237714b14cd5d5136 (diff) | |
download | cygnal-5b09af7a51c8ccffe12c74fd9b1640c224687478.tar.gz cygnal-5b09af7a51c8ccffe12c74fd9b1640c224687478.tar.bz2 cygnal-5b09af7a51c8ccffe12c74fd9b1640c224687478.zip |
clarify wording
-rw-r--r-- | winsup/cygwin/release/1.7.10 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/release/1.7.10 b/winsup/cygwin/release/1.7.10 index 405bb838f..6ab2d579e 100644 --- a/winsup/cygwin/release/1.7.10 +++ b/winsup/cygwin/release/1.7.10 @@ -96,7 +96,7 @@ What changed: - Improve behavior of Cygwin when started from a 64-bit process, especially under Windows 2003. -- Improve multi-threading safety with syscalls that deal with fds. +- Improve multi-thread/reentrancy safety with syscalls that deal with fds. - New heap management. Drop registry setting "heap_chunk_in_mb" in favor of a new per-executable setting in the executable file header which can be set |