[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <87wt7567g9.fsf@graviton.dyn.troilus.org>
Date: Thu, 12 Oct 2006 08:32:06 -0400
From: Michael Poole <mdpoole@...ilus.org>
To: "Dongsheng Song" <dongsheng.song@...il.com>
Cc: linux-kernel@...r.kernel.org
Subject: Re: maybe headers(linux/aio.h) bug ?
Dongsheng Song writes:
> 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>
Including kernel header files directly from userspace is not supported
and is almost always (some just say "always") a very bad idea. If you
want to use the C library's AIO support, use its <aio.h> header.
Michael Poole
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists