Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2012-12-07 21:23:22 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-07 21:23:22 +0400
commit9873ac53d7a52f96784a98098d78b71677e6599c (patch)
tree82ecd90419401778802a54aba63323a3e439d6a1 /winsup/cygwin/ChangeLog
parenta4f34961d862421a174505cb79306d29d73bb9db (diff)
* cygtls.h (_cygtls::get_signal_arrived): Add parameter to make lock/unlock
conditional. * exceptions.cc (_cygtls::interrupt_setup): Don't get a lock when setting signal_arrived since we already have one. * gendef: Add some comments to make it easier to find functions.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e9d6b261c..7b2156afe 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,11 @@
+2012-12-07 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * cygtls.h (_cygtls::get_signal_arrived): Add parameter to make
+ lock/unlock conditional.
+ * exceptions.cc (_cygtls::interrupt_setup): Don't get a lock when
+ setting signal_arrived since we already have one.
+ * gendef: Add some comments to make it easier to find functions.
+
2012-12-06 Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
* include/cygwin/wait.h (WAIT_ANY): Define.