Re: [RFC] Splitting kernel headers and deprecating __KERNEL__

From: Krzysztof Halasa
Date: Wed Dec 15 2004 - 20:33:02 EST


Werner Almesberger <wa@xxxxxxxxxxxxxxx> writes:

> That's not what should be happening there: if the kernel only uses
> __u32 and friends but never uint32_t et al. at an interface,
>
> typedef __u32 uint32_t;
>
> should be a perfectly safe thing for glibc's stdint.h to do.

Aaah, right. I thought about #define there, it would be the other way
around and thus wrong. Looks like I have to read my mail a bit earlier.
--
Krzysztof Halasa
-
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/