aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2011-07-30 21:09:20 +0000
committerChristopher Faylor <me@cgf.cx>2011-07-30 21:09:20 +0000
commit6c6fe41781020e84d9fecf3f65505e72db740315 (patch)
tree2aa6ea8a558967c73cc7cfa5b8920470dcdeb6a3
parent53ad6f1394aa625e4b75a29e010651e22770e367 (diff)
downloadnewlib-6c6fe41781020e84d9fecf3f65505e72db740315.zip
newlib-6c6fe41781020e84d9fecf3f65505e72db740315.tar.gz
newlib-6c6fe41781020e84d9fecf3f65505e72db740315.tar.bz2
add missing entry
-rw-r--r--winsup/cygwin/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog
index e9ff293..75cb0dd 100644
--- a/winsup/cygwin/ChangeLog
+++ b/winsup/cygwin/ChangeLog
@@ -4,6 +4,7 @@
* cygthread.h (cygthread::create): Use correct regparm.
(cygthread::standalone): Delete from class and from all constructors.
(cygthread::cygthread): Use three only arguments for detached threads,
+ (cygthread::async_create): Declare.
and start the thread via QueueUserAPC/async_create.
* dcrt0.cc (dll_crt0_0): Remove handling for
wincap.has_buggy_thread_startup.