Re: [PATCH 5/6] configure / meson: Move check for sys/signal.h to meson.build

2020-12-13 Thread Laurent Vivier
Le 18/11/2020 à 18:10, Thomas Huth a écrit : > 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 > --- > configure

Re: [PATCH 5/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-19 Thread Richard Henderson
On 11/18/20 9:10 AM, Thomas Huth wrote: > 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 > --- > configure|

Re: [PATCH 5/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-18 Thread Philippe Mathieu-Daudé
On 11/18/20 6:27 PM, Eric Blake wrote: > On 11/18/20 11:10 AM, Thomas Huth wrote: > > In the subject: s/signal/kcov/ With the typo fixed: Reviewed-by: Philippe Mathieu-Daudé

Re: [PATCH 5/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-18 Thread Eric Blake
On 11/18/20 11:10 AM, Thomas Huth wrote: In the subject: s/signal/kcov/ > 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 Hut

[PATCH 5/6] configure / meson: Move check for sys/signal.h to meson.build

2020-11-18 Thread Thomas Huth
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 --- configure| 9 - linux-user/ioctls.h | 2 +- linux-user/