Re: [PATCH] Decouple build from userspace headers
From: Alexey Dobriyan <hidden>
Date: 2021-07-14 17:17:03
Also in:
linux-kbuild, lkml
From: Alexey Dobriyan <hidden>
Date: 2021-07-14 17:17:03
Also in:
linux-kbuild, lkml
On Wed, Jul 14, 2021 at 04:56:46PM +0100, Christoph Hellwig wrote:
On Wed, Jul 14, 2021 at 06:54:08PM +0300, Alexey Dobriyan wrote:quoted
On Wed, Jul 14, 2021 at 03:22:08PM +0100, Christoph Hellwig wrote:quoted
quoted
-#define signals_blocked false +#define signals_blocked 0Why can't we get at the kernel definition of false here?Variable and other code surrounding this wants "int". I don't really want to expand into bool conversion.Maybe split this into a separate prep patch then.
And get accused of KPI padding? :-)