aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono/arm-remove-sigcontext-include.patch
diff options
context:
space:
mode:
Diffstat (limited to 'testing/mono/arm-remove-sigcontext-include.patch')
-rw-r--r--testing/mono/arm-remove-sigcontext-include.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/testing/mono/arm-remove-sigcontext-include.patch b/testing/mono/arm-remove-sigcontext-include.patch
deleted file mode 100644
index 2b6e28d0c6..0000000000
--- a/testing/mono/arm-remove-sigcontext-include.patch
+++ /dev/null
@@ -1,15 +0,0 @@
---- ./mono/mini/exceptions-arm.c.orig
-+++ ./mono/mini/exceptions-arm.c
-@@ -13,12 +13,6 @@
- #include <signal.h>
- #include <string.h>
-
--#ifndef MONO_CROSS_COMPILE
--#ifdef HAVE_ASM_SIGCONTEXT_H
--#include <asm/sigcontext.h>
--#endif /* def HAVE_ASM_SIGCONTEXT_H */
--#endif
--
- #ifdef HAVE_UCONTEXT_H
- #include <ucontext.h>
- #endif /* def HAVE_UCONTEXT_H */