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:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-10 18:40:06 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-08-10 19:06:28 +0300
commit782ef536199c94ae6984450a478b2563b3005576 (patch)
tree59f5eab472c0fb4322b19d35147cfd3fd5ee0ce1 /winsup/cygwin/cygtls.cc
parent86d2126173b8374163b1de1bb723283345b128cc (diff)
Cygwin: rename CygwinCreateThread to create_posix_thread
Rename CygwinCreateThread to create_posix_thread and move from miscfuncs.cc to create_posix_thread.cc, inbcluding all related functions. Analogue for the prototypes. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/cygtls.cc')
-rw-r--r--winsup/cygwin/cygtls.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/cygtls.cc b/winsup/cygwin/cygtls.cc
index d0f4426c8..cf3a7daba 100644
--- a/winsup/cygwin/cygtls.cc
+++ b/winsup/cygwin/cygtls.cc
@@ -12,6 +12,7 @@ details. */
#include "path.h"
#include "fhandler.h"
#include "dtable.h"
+#include "create_posix_thread.h"
#include "cygheap.h"
#include "sigproc.h"
#include "exception.h"