Re: [RFC][PATCH] A generic boolean (version 6)

From: Arnd Bergmann
Date: Wed Jul 26 2006 - 22:53:14 EST


On Wednesday 26 July 2006 22:28, ricknu-0@xxxxxxxxxxxxxx wrote:
> Have not found any (real) reason letting the cpp know about false/true. As I
> said in the last version, the only reason seem to be for the userspace. Well, as
> there is no program of my knowlage that needs it, they were removed.
>
If we don't expect this to show up in the ABI (which I hope is true), then
the definition should probably be inside of #ifdef __KERNEL__. Right
now, it's inside of (!__KERNEL_STRICT_NAMES), which is not exactly the
same.

Arnd <><
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/