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-11 02:13:26 +0400
committerChristopher Faylor <me@cgf.cx>2012-12-11 02:13:26 +0400
commit8cabc308a2566b1703d1d96290f6940434412eac (patch)
tree61f312700940c8b00e77661bb98a86731dcfff75 /winsup/cygwin/ChangeLog
parent90943f078f9bb7836020d5866a24005ff00975c3 (diff)
* sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.
* sigproc.cc (sig_send): Ditto. Pass tid to other sig_send. (sigpending): Send current thread as arg #3.
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 bbbad11a2..f9bca392e 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,9 @@
+2012-12-10 Christopher Faylor <me.cygwin2012@cgf.cx>
+
+ * sigproc.h (sig_send): Accept tid as argument #3. Default to NULL.
+ * sigproc.cc (sig_send): Ditto. Pass tid to other sig_send.
+ (sigpending): Send current thread as arg #3.
+
2012-12-07 Christopher Faylor <me.cygwin2012@cgf.cx>
* exceptions.cc (sigpacket::process): Reorganize to avoid use of tls