summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2007-03-01 18:43:38 +0000
committerChristopher Faylor <me@cgf.cx>2007-03-01 18:43:38 +0000
commite943a1a37ee4febeb856c39d03e6d38692f6a3e6 (patch)
treea0c4fbd921ad1f805595378cad120faaaa363cca /winsup/cygwin/ChangeLog
parent6e070c257c9026b433cdae7b0ad7f2ba909558bf (diff)
downloadcygnal-e943a1a37ee4febeb856c39d03e6d38692f6a3e6.tar.gz
cygnal-e943a1a37ee4febeb856c39d03e6d38692f6a3e6.tar.bz2
cygnal-e943a1a37ee4febeb856c39d03e6d38692f6a3e6.zip
* fork.cc (fork): Reset child to true after fork since it may have been reset
by fork memory copies.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 00ee93c78..64c15988e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,5 +1,10 @@
2007-03-01 Christopher Faylor <me@cgf.cx>
+ * fork.cc (fork): Reset child to true after fork since it may have been
+ reset by fork memory copies.
+
+2007-03-01 Christopher Faylor <me@cgf.cx>
+
* Makefile (DLL_OFILES): Remove ntea.o
* environ.cc (set_ntea): Delete.
(parse_thing): Delete "ntea" setting.