Cygwin: fork: move extern declarations to appropriate headers

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
Corinna Vinschen
2019-01-16 12:59:27 +01:00
parent 89a99d3b58
commit f5808867cf
3 changed files with 4 additions and 2 deletions

View File

@@ -185,6 +185,7 @@ extern "C" void error_start_init (const char*);
extern "C" int try_to_debug (bool waitloop = 1);
void ld_preload ();
void fixup_hooks_after_fork ();
const char *find_first_notloaded_dll (class path_conv &);
/**************************** Miscellaneous ******************************/