Re: linux/time.h annoyance

From: Christoph Hellwig
Date: Thu Sep 25 2003 - 04:55:55 EST


On Thu, Sep 25, 2003 at 11:48:01AM +0200, Ronald Bultje wrote:
> Hi,
>
> I'm annoyed by something in linux/time.h. The issue is as follows:
>
> -
> #include <sys/time.h>
> #include <linux/time.h>
> int main () { return 0; }

So don't include it. Userspace should use <sys/time.h>, not kernel
headers.

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