aboutsummaryrefslogtreecommitdiff
path: root/winsup/doc/new-features.xml
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2013-08-23 18:19:46 +0000
committerChristopher Faylor <me@cgf.cx>2013-08-23 18:19:46 +0000
commit1560d3e28184be3b7701b83866eac46136cf6a9a (patch)
treeac6d9eedc853d0a6bd9b736e6d1676538f92db36 /winsup/doc/new-features.xml
parent0d585a6e8cba126905599faf72b2de56f71ad81f (diff)
downloadnewlib-1560d3e28184be3b7701b83866eac46136cf6a9a.zip
newlib-1560d3e28184be3b7701b83866eac46136cf6a9a.tar.gz
newlib-1560d3e28184be3b7701b83866eac46136cf6a9a.tar.bz2
cygwin changes:
* spawn.cc (child_info_spawn): Revert previous change. Always set lpReserved2. * release/1.7.25: Change wording. doc changes: * new-features.xml (ov-new1.7.25): Change wording.
Diffstat (limited to 'winsup/doc/new-features.xml')
-rw-r--r--winsup/doc/new-features.xml6
1 files changed, 2 insertions, 4 deletions
diff --git a/winsup/doc/new-features.xml b/winsup/doc/new-features.xml
index f223fa6..5e0fa53 100644
--- a/winsup/doc/new-features.xml
+++ b/winsup/doc/new-features.xml
@@ -9,10 +9,8 @@
<itemizedlist mark="bullet">
<listitem><para>
-Disable code which disallowed to start 32 bit Cygwin processes from 64 bit
-Cygwin processes and vice versa. 32 bit processes are not recognized as
-Cygwin processes by a 64 bit parent process and vice versa, so there is no
-IPC other than what you get with non-Cygwin processes.
+Change magic number associated with process information block so that 32-bit
+Cygwin processes don't try to interpret 64-bit information and vice-versa.
</para></listitem>
<listitem><para>