Re: [PATCH v2 1/3] isystem: trim/fixup stdarg.h and other headers
From: Masahiro Yamada <masahiroy@kernel.org>
Date: 2021-08-17 01:32:20
Also in:
lkml
From: Masahiro Yamada <masahiroy@kernel.org>
Date: 2021-08-17 01:32:20
Also in:
lkml
On Tue, Aug 3, 2021 at 5:40 AM Alexey Dobriyan [off-list ref] wrote:
Delete/fixup few includes in anticipation of global -isystem compile option removal. Note: crypto/aegis128-neon-inner.c keeps <stddef.h> due to redefinition of uintptr_t error (one definition comes from <stddef.h>, another from <linux/types.h>). Signed-off-by: Alexey Dobriyan <redacted>
Series, applied to linux-kbuild. -- Best Regards Masahiro Yamada