summaryrefslogtreecommitdiffstats
path: root/source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff
diff options
context:
space:
mode:
Diffstat (limited to 'source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff')
-rw-r--r--source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff b/source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff
new file mode 100644
index 000000000..0e94795eb
--- /dev/null
+++ b/source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff
@@ -0,0 +1,11 @@
+--- ./framework/util/page_guard_manager.cpp.orig 2021-06-15 14:04:31.000000000 -0500
++++ ./framework/util/page_guard_manager.cpp 2022-02-12 18:53:36.586025716 -0600
+@@ -110,7 +110,7 @@
+ static struct sigaction s_old_sigaction = {};
+ static stack_t s_old_stack = {};
+
+-static uint8_t s_alt_stack[SIGSTKSZ];
++static uint8_t s_alt_stack[_SC_SIGSTKSZ];
+
+ static void PageGuardExceptionHandler(int id, siginfo_t* info, void* data)
+ {