summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/ChangeLog
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2008-09-30 02:22:39 +0000
committerChristopher Faylor <me@cgf.cx>2008-09-30 02:22:39 +0000
commit18f43099f7d52612d8fc38aa55f09a37a826583d (patch)
tree663102b3acb79d5f845fd6bf3dd9f8efbdafa38b /winsup/cygwin/ChangeLog
parente7afe579f5f91c6a3065a13127284930b29a6296 (diff)
downloadcygnal-18f43099f7d52612d8fc38aa55f09a37a826583d.tar.gz
cygnal-18f43099f7d52612d8fc38aa55f09a37a826583d.tar.bz2
cygnal-18f43099f7d52612d8fc38aa55f09a37a826583d.zip
* thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to pristine
state after fork. Don't recreate a mutex since it may not actually be needed.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 176c17a19..12e1156aa 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2008-09-29 Christopher Faylor <me+cygwin@cgf.cx>
+
+ * thread.cc (pthread_mutex::_fixup_after_fork): Just reset lock to
+ pristine state after fork. Don't recreate a mutex since it may not
+ actually be needed.
+
2008-09-29 Corinna Vinschen <corinna@vinschen.de>
* flock.cc (inode_t::get_all_locks_list): Fix typo.