mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-06 17:23:56 -06:00
configure / meson: Move check for sys/kcov.h to meson.build
This check can be done in a much shorter way in meson.build. And while we're at it, rename the #define to HAVE_SYS_KCOV_H to match the other HAVE_someheader_H symbols that we already have. Signed-off-by: Thomas Huth <thuth@redhat.com> Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com> Reviewed-by: Richard Henderson <richard.henderson@linaro.org> Message-Id: <20201118171052.308191-6-thuth@redhat.com> [lv: s/signal/kcov/] Signed-off-by: Laurent Vivier <laurent@vivier.eu>
This commit is contained in:
parent
88c78f162a
commit
4a9d5f895a
4 changed files with 3 additions and 11 deletions
|
@ -715,7 +715,7 @@
|
|||
IOCTL_IGNORE(TIOCSTOP)
|
||||
#endif
|
||||
|
||||
#ifdef CONFIG_KCOV
|
||||
#ifdef HAVE_SYS_KCOV_H
|
||||
IOCTL(KCOV_ENABLE, 0, TYPE_NULL)
|
||||
IOCTL(KCOV_DISABLE, 0, TYPE_NULL)
|
||||
IOCTL(KCOV_INIT_TRACE, IOC_R, TYPE_ULONG)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue