diff options
| author | Michael Forney | 2021-05-26 21:02:03 +0200 |
|---|---|---|
| committer | Laurent Vivier | 2021-06-15 08:38:18 +0200 |
| commit | 144bff0304b8f93cf0eb9ed432434644302dc6d5 (patch) | |
| tree | 22596ac9d4ccd2ca220ec2f2e5e3cddbc1669064 /scripts | |
| parent | linux-user: Set CF_PARALLEL when mapping shared memory (diff) | |
| download | qemu-144bff0304b8f93cf0eb9ed432434644302dc6d5.tar.gz qemu-144bff0304b8f93cf0eb9ed432434644302dc6d5.tar.xz qemu-144bff0304b8f93cf0eb9ed432434644302dc6d5.zip | |
linux-user: Disable static assert involving __SIGRTMAX if it is missing
This check is to ensure that the loop in signal_table_init() from
SIGRTMIN to SIGRTMAX falls within the bounds of host_to_target_signal_table
(_NSIG). However, it is not critical, since _NSIG is already defined
to be the one larger than the largest signal supported by the system
(as specified in the upcoming POSIX revision[0]).
musl libc does not define __SIGRTMAX, so disabling this check when
it is missing fixes one of the last remaining errors when building
qemu.
[0] https://www.austingroupbugs.net/view.php?id=741
Signed-off-by: Michael Forney <mforney@mforney.org>
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Message-Id: <20210526190203.4255-1-mforney@mforney.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
