diff options
Diffstat (limited to 'winsup/cygwin/dcrt0.cc')
-rw-r--r-- | winsup/cygwin/dcrt0.cc | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/cygwin/dcrt0.cc b/winsup/cygwin/dcrt0.cc index 6d5e8dbd7..b59f2d183 100644 --- a/winsup/cygwin/dcrt0.cc +++ b/winsup/cygwin/dcrt0.cc @@ -558,6 +558,13 @@ ResourceLocks _reslock NO_COPY; MTinterface _mtinterf NO_COPY; #endif +void +sigthread::init (const char *s) +{ + lock = new_muto (FALSE, s); + id = GetCurrentThreadId (); +} + /* Take over from libc's crt0.o and start the application. Note the various special cases when Cygwin DLL is being runtime loaded (as opposed to being link-time loaded by Cygwin apps) from a non |