wincap.h: add wincap member has_user_shstk
Indicate support of user mode hardware-enforced shadow stack Signed-off-by: Brian Inglis <Brian.Inglis@Shaw.ca>
This commit is contained in:
parent
0480315010
commit
293785382c
|
@ -32,6 +32,7 @@ struct wincaps
|
||||||
unsigned has_linux_tcp_keepalive_sockopts : 1;
|
unsigned has_linux_tcp_keepalive_sockopts : 1;
|
||||||
unsigned has_tcp_maxrtms : 1;
|
unsigned has_tcp_maxrtms : 1;
|
||||||
unsigned has_con_broken_tabs : 1;
|
unsigned has_con_broken_tabs : 1;
|
||||||
|
unsigned has_user_shstk : 1;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -84,6 +85,7 @@ public:
|
||||||
bool IMPLEMENT (has_linux_tcp_keepalive_sockopts)
|
bool IMPLEMENT (has_linux_tcp_keepalive_sockopts)
|
||||||
bool IMPLEMENT (has_tcp_maxrtms)
|
bool IMPLEMENT (has_tcp_maxrtms)
|
||||||
bool IMPLEMENT (has_con_broken_tabs)
|
bool IMPLEMENT (has_con_broken_tabs)
|
||||||
|
bool IMPLEMENT (has_user_shstk)
|
||||||
|
|
||||||
void disable_case_sensitive_dirs ()
|
void disable_case_sensitive_dirs ()
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue