linux-user/s390x: Add build asserts for sigset sizes
commit9e0fb648b259981350777020717bba8365957b0f
authorRichard Henderson <richard.henderson@linaro.org>
Wed, 28 Apr 2021 19:34:06 +0000 (28 12:34 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Sat, 15 May 2021 19:44:38 +0000 (15 21:44 +0200)
treed95b6e78289d9cf3fbe6d02a52d8e228c727175e
parentac1a92ec8f1328141707965bb1df4252fdb76b68
linux-user/s390x: Add build asserts for sigset sizes

At point of usage, it's not immediately obvious that
we don't need a loop to copy these arrays.

Signed-off-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: David Hildenbrand <david@redhat.com>
Message-Id: <20210428193408.233706-14-richard.henderson@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/s390x/signal.c