From 6c6fe41781020e84d9fecf3f65505e72db740315 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 30 Jul 2011 21:09:20 +0000 Subject: [PATCH] add missing entry --- winsup/cygwin/ChangeLog | 1 + 1 file changed, 1 insertion(+) diff --git a/winsup/cygwin/ChangeLog b/winsup/cygwin/ChangeLog index e9ff293d9..75cb0dd83 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.