aboutsummaryrefslogtreecommitdiffstats
path: root/testing/mono/arm-remove-sigcontext-include.patch
diff options
context:
space:
mode:
authorblattersturm <peachypies@protonmail.ch>2017-05-31 06:58:19 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2017-06-06 19:02:01 +0000
commite279a115df98502e2d3c0c55703d7ccdf7f08b43 (patch)
tree9ee326fe0abaee90adfc2a72ed5953ae4abd8c5e /testing/mono/arm-remove-sigcontext-include.patch
parentd218d05fda28b536affc543f99ba423ba665c06e (diff)
downloadaports-e279a115df98502e2d3c0c55703d7ccdf7f08b43.tar.bz2
aports-e279a115df98502e2d3c0c55703d7ccdf7f08b43.tar.xz
testing/mono: upgrade to 5.0.1.1
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 */