Re: [PATCH] Decouple build from userspace headers
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-14 15:58:25
Also in:
linux-kbuild, lkml
From: Christoph Hellwig <hch@infradead.org>
Date: 2021-07-14 15:58:25
Also in:
linux-kbuild, lkml
On Wed, Jul 14, 2021 at 06:54:08PM +0300, Alexey Dobriyan wrote:
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.