diff options
Diffstat (limited to 'winsup/cygwin/thread.h')
-rw-r--r-- | winsup/cygwin/thread.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/thread.h b/winsup/cygwin/thread.h index e162b32a0..55d94157b 100644 --- a/winsup/cygwin/thread.h +++ b/winsup/cygwin/thread.h @@ -401,7 +401,7 @@ public: pthread (); virtual ~pthread (); - static void init_mainthread (bool); + static void init_mainthread (); static bool is_good_object(pthread_t const *); static void atforkprepare(); static void atforkparent(); @@ -679,7 +679,7 @@ public: pthread_key reent_key; pthread_key thread_self_key; - void Init (int); + void Init (); void fixup_before_fork (void); void fixup_after_fork (void); |