summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-11-27 19:00:33 +0000
committerChristopher Faylor <me@cgf.cx>2011-11-27 19:00:33 +0000
commit0e5d7582d5dc06419bf2f51a31a779e7e3a0735c (patch)
tree070668eee1ffe506487c884a445668d1736ef57f /winsup/cygwin/ChangeLog
parent1b60bb36b0b115934bfce47f981e4c821ac3ea98 (diff)
downloadcygnal-0e5d7582d5dc06419bf2f51a31a779e7e3a0735c.tar.gz
cygnal-0e5d7582d5dc06419bf2f51a31a779e7e3a0735c.tar.bz2
cygnal-0e5d7582d5dc06419bf2f51a31a779e7e3a0735c.zip
* init.cc (dll_entry): Revert previous change since it caused inexplicable fork
problems.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog7
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index cccc8b17d..41922169b 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,6 +1,11 @@
+2011-11-27 Christopher Faylor <me.cygwin2011@cgf.cx>
+
+ * init.cc (dll_entry): Revert previous change since it caused
+ inexplicable fork problems.
+
2011-11-26 Christopher Faylor <me.cygwin2011@cgf.cx>
- * init.cc (remove): Don't bother calling through thread removal
+ * init.cc (dll_entry): Don't bother calling through thread removal
cleanup if we are exiting.
2011-11-26 Christopher Faylor <me.cygwin2011@cgf.cx>