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/local_includes/memory_layout.h')
-rw-r--r--winsup/cygwin/local_includes/memory_layout.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/winsup/cygwin/local_includes/memory_layout.h b/winsup/cygwin/local_includes/memory_layout.h
index 6a4b7a28a..481215b06 100644
--- a/winsup/cygwin/local_includes/memory_layout.h
+++ b/winsup/cygwin/local_includes/memory_layout.h
@@ -56,3 +56,6 @@ details. */
Set the lowest address to leave ~32 Gigs for heap. */
#define MMAP_STORAGE_LOW 0x001000000000UL
#define MMAP_STORAGE_HIGH 0x700000000000UL
+
+/* Default number of pages used as thread stack guard pages. */
+#define DEFAULT_GUARD_PAGE_COUNT 3