diff options
author | blattersturm <peachypies@protonmail.ch> | 2017-05-31 06:58:19 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2017-06-06 19:02:01 +0000 |
commit | e279a115df98502e2d3c0c55703d7ccdf7f08b43 (patch) | |
tree | 9ee326fe0abaee90adfc2a72ed5953ae4abd8c5e /testing/mono/arm-remove-sigcontext-include.patch | |
parent | d218d05fda28b536affc543f99ba423ba665c06e (diff) | |
download | aports-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.patch | 15 |
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 */ |