diff options
author | Paolo Bonzini <pbonzini@redhat.com> | 2021-11-16 08:28:29 +0100 |
---|---|---|
committer | Paolo Bonzini <pbonzini@redhat.com> | 2021-11-16 10:37:50 +0100 |
commit | 6a23f8190fe953546ce50142d037588fb972f8ce (patch) | |
tree | c1b82bde31e6c6069cdc33e89f04ff249265c1cf /net/colo.c | |
parent | 42f6c9179be4401974dd3a75ee72defd16b5092d (diff) |
meson: fix botched compile check conversions
Fix a bunch of incorrect conversions from configure to Meson, which result
in different outcomes with --extra-cflags=-Werror.
pthread_setname_np needs "#define _GNU_SOURCE" on Linux (which I am using
also for the non-Linux check, so that it correctly fails with an error
about having too few parameters).
Fix struct checks to use has_type instead of has_symbol, and "#define
_GNU_SOURCE" too in the case of struct mmsghdr.
Remove an apostrophe that ended up at the end of a #include line.
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Paolo Bonzini <pbonzini@redhat.com>
Diffstat (limited to 'net/colo.c')
0 files changed, 0 insertions, 0 deletions