On Wednesday, 2020-01-29 09:53:16 +, Eric Engestrom wrote:
> On Friday, 2020-01-10 13:30:41 +0900, Seung-Woo Kim wrote:
> > The header is not required for Linux and GNU libc
> > 2.30 starts to warn about Linux specific header
> > deprecation. Don't detect header for linux.
> >
> > Signed-of
On Friday, 2020-01-10 13:30:41 +0900, Seung-Woo Kim wrote:
> The header is not required for Linux and GNU libc
> 2.30 starts to warn about Linux specific header
> deprecation. Don't detect header for linux.
>
> Signed-off-by: Seung-Woo Kim
> ---
> Fix meson.build script instead of code itself
The header is not required for Linux and GNU libc
2.30 starts to warn about Linux specific header
deprecation. Don't detect header for linux.
Signed-off-by: Seung-Woo Kim
---
Fix meson.build script instead of code itself as commented below:
https://patchwork.kernel.org/patch/11325345/
---
mes