[mini] Fix asm/sigcontext.h include in exceptions-arm.h
authorAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 28 Jul 2016 13:48:19 +0000 (15:48 +0200)
committerAlexander Köplinger <alex.koeplinger@outlook.com>
Thu, 28 Jul 2016 13:56:10 +0000 (15:56 +0200)
commit74be3019a7dfee1769fd09ef3c7b96c23be461ea
tree4a38e17a75b096f311819281693cd4dc0fd7fb99
parentd5aec290cb9a528601e4b8da5da2fa0fad1e9a46
[mini] Fix asm/sigcontext.h include in exceptions-arm.h

We include the header under the PLATFORM_ANDROID ifdef in mono-sigcontext.h as well [1].
It was probably added because older Bionic didn't include this from signal.h [2].

Fixes the build on Alpine/musl-libc.

[1] https://github.com/mono/mono/blob/19a99abf1680c85f8ff58c2b44ea8c15bb557ca5/mono/utils/mono-sigcontext.h#L5
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=859580
mono/mini/exceptions-arm.c