bsd-user/arm/target_arch_signal.h: Define size of *context_t
authorWarner Losh <imp@bsdimp.com>
Thu, 4 Nov 2021 23:08:04 +0000 (17:08 -0600)
committerWarner Losh <imp@bsdimp.com>
Sat, 8 Jan 2022 05:58:51 +0000 (22:58 -0700)
commit2cb1e6432f917a91c3edd4772b26da3b5d8df791
treeb0959382ee539ba99954e1e08e829363f7443a8d
parent03fd4028f180af4175e6446bc8c09c4689fb6580
bsd-user/arm/target_arch_signal.h: Define size of *context_t

Define the native sizes of mcontext_t and ucontext_t so that the tests
in target_os_ucontext.h ensure the size of arm's version of these
structures is correct.

Signed-off-by: Warner Losh <imp@bsdimp.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
bsd-user/arm/target_arch_signal.h