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:46:52 +0300
committerCorinna Vinschen <corinna@vinschen.de>2022-12-04 16:01:41 +0300
commitae2829a2269010230506e08a550b80e43d2083cc (patch)
tree5806867cd64bc6bccd323228b2d04ee6eb8792e0 /winsup/cygwin/wincap.cc
parent8af023a357fba8974be89af41a6c42d09374ac46 (diff)
Cygwin: drop wincap::mmap_storage_high
Only required for Windows 7 and Windows 8. 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 f83eed8a7..7aefde48c 100644
--- a/winsup/cygwin/wincap.cc
+++ b/winsup/cygwin/wincap.cc
@@ -21,7 +21,6 @@ details. */
wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = {
def_guard_pages:2,
- mmap_storage_high:__MMAP_STORAGE_HIGH_LEGACY,
{
is_server:false,
has_new_pebteb_region:false,
@@ -45,7 +44,6 @@ wincaps wincap_7 __attribute__((section (".cygwin_dll_common"), shared)) = {
wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = {
def_guard_pages:3,
- mmap_storage_high:__MMAP_STORAGE_HIGH_LEGACY,
{
is_server:false,
has_new_pebteb_region:false,
@@ -69,7 +67,6 @@ wincaps wincap_8 __attribute__((section (".cygwin_dll_common"), shared)) = {
wincaps wincap_8_1 __attribute__((section (".cygwin_dll_common"), shared)) = {
def_guard_pages:3,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:false,
@@ -93,7 +90,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:false,
@@ -117,7 +113,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:false,
@@ -141,7 +136,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,
@@ -165,7 +159,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,
@@ -189,7 +182,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,
@@ -213,7 +205,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,
@@ -237,7 +228,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,
@@ -261,7 +251,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,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,
@@ -285,7 +274,6 @@ wincaps wincap_10_2004 __attribute__((section (".cygwin_dll_common"), shared)) =
wincaps wincap_11 __attribute__((section (".cygwin_dll_common"), shared)) = {
def_guard_pages:3,
- mmap_storage_high:__MMAP_STORAGE_HIGH,
{
is_server:false,
has_new_pebteb_region:true,