aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin/wincap.h
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2015-12-15 16:00:20 +0100
committerCorinna Vinschen <corinna@vinschen.de>2016-06-24 16:02:40 +0200
commit23a556f2c50c00dccec06f11d32eb9ca2d5e22f8 (patch)
treed255ccd3ebd011f89b65c7a141758b1f609cc484 /winsup/cygwin/wincap.h
parent8b8c6c014bd9807c248ffe0cb8211e7714cc2241 (diff)
downloadnewlib-23a556f2c50c00dccec06f11d32eb9ca2d5e22f8.zip
newlib-23a556f2c50c00dccec06f11d32eb9ca2d5e22f8.tar.gz
newlib-23a556f2c50c00dccec06f11d32eb9ca2d5e22f8.tar.bz2
Drop has_set_thread_stack_guarantee flag
Diffstat (limited to 'winsup/cygwin/wincap.h')
-rw-r--r--winsup/cygwin/wincap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/wincap.h b/winsup/cygwin/wincap.h
index d7ba0ec..b3e6134 100644
--- a/winsup/cygwin/wincap.h
+++ b/winsup/cygwin/wincap.h
@@ -22,7 +22,6 @@ struct wincaps
unsigned terminate_thread_frees_stack : 1;
unsigned has_precise_system_time : 1;
unsigned has_microsoft_accounts : 1;
- unsigned has_set_thread_stack_guarantee : 1;
unsigned has_broken_rtl_query_process_debug_information : 1;
unsigned has_processor_groups : 1;
unsigned has_broken_prefetchvm : 1;
@@ -67,7 +66,6 @@ public:
bool IMPLEMENT (terminate_thread_frees_stack)
bool IMPLEMENT (has_precise_system_time)
bool IMPLEMENT (has_microsoft_accounts)
- bool IMPLEMENT (has_set_thread_stack_guarantee)
bool IMPLEMENT (has_broken_rtl_query_process_debug_information)
bool IMPLEMENT (has_processor_groups)
bool IMPLEMENT (has_broken_prefetchvm)