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>2022-11-15 19:56:42 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-12-04 16:01:41 +0300
commitef741db52b4897de7bc169e2b9e76a07ba4d1ff3 (patch)
tree3ce57e5e324b2acf31a648e37970689978262a63 /winsup/cygwin/wincap.cc
parentae2829a2269010230506e08a550b80e43d2083cc (diff)
Cygwin: drop wincap::def_guard_pages
Only required for Windows 7. Define constant value DEFAULT_GUARD_PAGE_COUNT instead. Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
Diffstat (limited to 'winsup/cygwin/wincap.cc')
-rw-r--r--winsup/cygwin/wincap.cc12
1 files changed, 0 insertions, 12 deletions
diff --git a/winsup/cygwin/wincap.cc b/winsup/cygwin/wincap.cc
index 7aefde48c..702d99e15 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -20,7 +20,6 @@ details. */
puzzled that this has never been noticed before... */
wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:2,
{
is_server:false,
has_new_pebteb_region:false,
@@ -43,7 +42,6 @@ wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = {
};
wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:false,
@@ -66,7 +64,6 @@ wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = {
};
wincaps wincap_8_1 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:false,
@@ -89,7 +86,6 @@ wincaps wincap_8_1 __attribute__((section (".cygwin_dll_common"), shared)) = {
};
wincaps wincap_10_1507 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:false,
@@ -112,7 +108,6 @@ wincaps wincap_10_1507 __attribute__((section (".cygwin_dll_common"), shared))
};
wincaps wincap_10_1607 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:false,
@@ -135,7 +130,6 @@ wincaps wincap_10_1607 __attribute__((section (".cygwin_dll_common"), shared))
};
wincaps wincap_10_1703 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,
@@ -158,7 +152,6 @@ wincaps wincap_10_1703 __attribute__((section (".cygwin_dll_common"), shared)) =
};
wincaps wincap_10_1709 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,
@@ -181,7 +174,6 @@ wincaps wincap_10_1709 __attribute__((section (".cygwin_dll_common"), shared)) =
};
wincaps wincap_10_1803 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,
@@ -204,7 +196,6 @@ wincaps wincap_10_1803 __attribute__((section (".cygwin_dll_common"), shared)) =
};
wincaps wincap_10_1809 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,
@@ -227,7 +218,6 @@ wincaps wincap_10_1809 __attribute__((section (".cygwin_dll_common"), shared)) =
};
wincaps wincap_10_1903 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,
@@ -250,7 +240,6 @@ wincaps wincap_10_1903 __attribute__((section (".cygwin_dll_common"), shared)) =
};
wincaps wincap_10_2004 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,
@@ -273,7 +262,6 @@ wincaps wincap_10_2004 __attribute__((section (".cygwin_dll_common"), shared)) =
};
wincaps wincap_11 __attribute__((section (".cygwin_dll_common"), shared)) = {
- def_guard_pages:3,
{
is_server:false,
has_new_pebteb_region:true,