aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/dcrt0.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2022-08-10 17:40:06 +0200
committerCorinna Vinschen <corinna@vinschen.de>2022-08-10 18:06:28 +0200
commit782ef536199c94ae6984450a478b2563b3005576 (patch)
tree59f5eab472c0fb4322b19d35147cfd3fd5ee0ce1 /winsup/cygwin/dcrt0.cc
parent86d2126173b8374163b1de1bb723283345b128cc (diff)
downloadnewlib-782ef536199c94ae6984450a478b2563b3005576.zip
newlib-782ef536199c94ae6984450a478b2563b3005576.tar.gz
newlib-782ef536199c94ae6984450a478b2563b3005576.tar.bz2
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/dcrt0.cc')
-rw-r--r--winsup/cygwin/dcrt0.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc
index 263bcc1..9ea846e 100644
--- a/winsup/cygwin/dcrt0.cc
+++ b/winsup/cygwin/dcrt0.cc
@@ -7,7 +7,7 @@ Cygwin license. Please consult the file "CYGWIN_LICENSE" for
details. */
#include "winsup.h"
-#include "miscfuncs.h"
+#include "create_posix_thread.h"
#include <unistd.h>
#include <stdlib.h>
#include "glob.h"