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, 0 insertions, 11 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
deleted file mode 100644
index 0e94795eb..000000000
--- a/source/x/vulkan-sdk/gfxreconstruct-sdk.glibc-2.35.diff
+++ /dev/null
@@ -1,11 +0,0 @@
---- ./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)
- {