1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/testing/mono/arm-remove-sigcontext-include.patch
Carlo Landmeter 945bcf416c testing/mono: build fix for arm
sigcontext get included twice
2015-10-08 18:26:21 +00:00

15 lines
354 B
Diff

--- ./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 */