diff options
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 9da8111ec..9ae2e5345 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -631,7 +631,7 @@ dll_crt0_1 () ProtectHandle (hMainThread); cygthread::init (); - pthread::initMainThread (!user_data->forkee); + pthread::init_mainthread (!user_data->forkee); /* Initialize debug muto, if DLL is built with --enable-debugging. Need to do this before any helper threads start. */ |