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/cygheap.cc')
-rw-r--r--winsup/cygwin/cygheap.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/cygheap.cc b/winsup/cygwin/cygheap.cc
index c79b0017c..07151e960 100644
--- a/winsup/cygwin/cygheap.cc
+++ b/winsup/cygwin/cygheap.cc
@@ -22,6 +22,7 @@
#include "heap.h"
#include "sync.h"
#include "shared_info.h"
+#include "sigproc.h"
init_cygheap NO_COPY *cygheap;
void NO_COPY *cygheap_max;
@@ -203,6 +204,8 @@ cygheap_init ()
}
if (!cygheap->fdtab)
cygheap->fdtab.init ();
+ if (!cygheap->sigs)
+ sigalloc ();
}
/* Copyright (C) 1997, 2000 DJ Delorie */