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>2013-01-16 23:20:59 +0400
committerChristopher Faylor <me@cgf.cx>2013-01-16 23:20:59 +0400
commitb01065f1744a4e04efe62e67b5888284a432a9a6 (patch)
tree2382837d08f0ce654db8150835a3f5b127167fdd /winsup/cygwin/ChangeLog
parent0a7746bde66707f7db2761e3ff58dc3e31a8c15f (diff)
* pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.
Diffstat (limited to 'winsup/cygwin/ChangeLog')
-rw-r--r--winsup/cygwin/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index 8f909b64d..dcc1591f6 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -1,3 +1,7 @@
+2013-01-16 Christopher Faylor <me.cygwin2013@cgf.cx>
+
+ * pthread.cc (pthread_exit): Add kludge to accommodate noreturn attribute.
+
2013-01-14 Antti Kantee <pooka@iki.fi>
* include/pthread.h (pthread_exit): Mark as "noreturn".