Re: [PATCH] bluetooth.h: __ variants of u8 and friends are not neccessary inside kernel

From: Joe Perches
Date: Thu Oct 06 2016 - 07:39:11 EST


On Thu, 2016-10-06 at 09:41 +0000, David Laight wrote:
> From: Joe Perches
> > No worries, and bool is the same ,size as u8.
> That is not guaranteed at all.
> One of the ARM ABI defined bool to be the size of int.

Really? What kernel has sizeof(_Bool) != 1 ?