Re: maybe headers(linux/aio.h) bug ?

From: David Woodhouse
Date: Thu Oct 12 2006 - 09:04:00 EST


On Thu, 2006-10-12 at 20:27 +0800, Dongsheng Song wrote:
> Whenever I include linux aio header, the compile errors occured:
>
> $ cat test.c
> #include <linux/types.h>
> #include <linux/unistd.h>
> #include <linux/aio.h>

That's just broken. There should be no file /usr/include/linux/aio.h
because it isn't listed as one of the files to be exported from the
kernel when you run 'make headers_install'.

--
dwmw2

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