Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2019-01-16 14:59:27 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-01-16 14:59:27 +0300
commitf5808867cf4ccedc1d91949ee75fe102f0d11c1b (patch)
treea83a8cfcca588bd2b1c7bd857cb2f2692303a73d /winsup/cygwin/fork.cc
parent89a99d3b580083818fa8d4117fd4916bf8a8fe00 (diff)
Cygwin: fork: move extern declarations to appropriate headers
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc3
1 files changed, 1 insertions, 2 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index c6fef6755..5cfdd9559 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -22,6 +22,7 @@ details. */
#include "tls_pbuf.h"
#include "dll_init.h"
#include "cygmalloc.h"
+#include "timer.h"
#include "ntdll.h"
#define NPIDS_HELD 4
@@ -129,8 +130,6 @@ int __stdcall
frok::child (volatile char * volatile here)
{
HANDLE& hParent = ch.parent;
- extern void fixup_hooks_after_fork ();
- extern void fixup_timers_after_fork ();
/* NOTE: Logically this belongs in dll_list::load_after_fork, but by
doing it here, before the first sync_with_parent, we can exploit