Re: kernel header separation

From: Alan Cox
Date: Mon Sep 08 2003 - 09:14:27 EST


On Llu, 2003-09-08 at 14:38, David Woodhouse wrote:
> > __u8 has a very precise meaning defined by Linux. If you're including
> > a Linux header. that's what you need to worry about.
>
> It's a kernel-private type. If we're aiming for a clean set of headers,
> then ideally we should avoid gratuitously defining our own types when
> standards already exist.

__u8 is intended to be used by non kernel stuff for headers. Thats why
"__u8" not "u8" - so it doesnt pollute the sacred posix name space and
have us lynched by glibc people

-
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/