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:
Diffstat (limited to 'winsup/cygwin/child_info.h')
-rw-r--r--winsup/cygwin/child_info.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/child_info.h b/winsup/cygwin/child_info.h
index 66d6b95aa..17da88ec6 100644
--- a/winsup/cygwin/child_info.h
+++ b/winsup/cygwin/child_info.h
@@ -122,6 +122,7 @@ public:
int envc;
char **envp;
HANDLE myself_pinfo;
+ sigset_t sigmask;
int nchildren;
cchildren children[0];
static cygheap_exec_info *alloc ();