aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono/arm-remove-sigcontext-include.patch
blob: 2b6e28d0c651415141ad43e51139636c3e5ae26d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- ./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 */