Cygwin: posix timers: convert timer_tracker::fixup_after_fork to static method
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@ -35,7 +35,7 @@ class timer_tracker
|
||||
int clean_and_unhook ();
|
||||
|
||||
DWORD thread_func ();
|
||||
void fixup_after_fork ();
|
||||
static void fixup_after_fork ();
|
||||
};
|
||||
|
||||
#endif /* __TIMER_H__ */
|
||||
|
Reference in New Issue
Block a user