]> git.ipfire.org Git - thirdparty/qemu.git/commit
meson: Use has_header_symbol() to check getcpu()
authorAkihiko Odaki <akihiko.odaki@daynix.com>
Thu, 24 Apr 2025 04:50:11 +0000 (13:50 +0900)
committerMichael Tokarev <mjt@tls.msk.ru>
Tue, 29 Apr 2025 07:04:24 +0000 (10:04 +0300)
commitdc13fed5f0d4c0d07bf3af865e6f67a52d2783e3
tree1cf2a305a561dbbbb752f78bb17cc1f48ce4c4bc
parent639cee5ed76c21201fc0e7321e11dbb7974f093d
meson: Use has_header_symbol() to check getcpu()

The use of gnu_source_prefix in the detection of getcpu() was
ineffective because the header file that declares getcpu() when
_GNU_SOURCE is defined was not included. Pass sched.h to
has_header_symbol() so that the existence of the declaration will be
properly checked.

Cc: qemu-stable@nongnu.org
Signed-off-by: Akihiko Odaki <akihiko.odaki@daynix.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Tested-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-ID: <20250424-buildsys-v1-1-97655e3b25d7@daynix.com>
Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
(cherry picked from commit 563cd698dffb977eea0ccfef3b95f6f9786766f3)
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
meson.build