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:
Corinna Vinschen
2019-01-11 20:36:46 +01:00
parent c406bea20b
commit 92cbaa9f23
2 changed files with 4 additions and 4 deletions

View File

@ -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__ */