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:
authorMichael Haubenwallner <michael.haubenwallner@ssi-schaefer.com>2017-03-02 19:26:53 +0300
committerCorinna Vinschen <corinna@vinschen.de>2019-02-07 17:58:02 +0300
commit22d68bada39c0b676af7525d5dae272fd688c1c6 (patch)
tree3255e2106ef30105dbfc04764356497de83e488d /winsup/cygwin/fork.cc
parent135577f708a07405d1cd80880430429a9beb1041 (diff)
forkables: inline dll_list::forkables_supported
And LONG fits better for shared_info member forkable_hardlink_support.
Diffstat (limited to 'winsup/cygwin/fork.cc')
-rw-r--r--winsup/cygwin/fork.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fork.cc b/winsup/cygwin/fork.cc
index 530e423ad..7ae0404f4 100644
--- a/winsup/cygwin/fork.cc
+++ b/winsup/cygwin/fork.cc
@@ -20,6 +20,7 @@ details. */
#include "child_info.h"
#include "cygtls.h"
#include "tls_pbuf.h"
+#include "shared_info.h"
#include "dll_init.h"
#include "cygmalloc.h"
#include "ntdll.h"