diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index e530a649d..4e94cbbb4 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -502,8 +502,7 @@ public: virtual void pop_cleanup_handler (int const execute); static pthread* self (); - static void thread_init_wrapper (void *); - static void thread_init_wrapper2 (void *, void *); + static DWORD WINAPI thread_init_wrapper (void *); virtual unsigned long getsequence_np(); |