Recent binutils releases and linux kernel 2.5.69+
Christoph Hellwig
hch@lst.de
Fri May 30 08:48:00 GMT 2003
On Thu, May 29, 2003 at 09:59:40AM -0700, H. J. Lu wrote:
> > > > This is a kernel issue and should be fixed in kernel unless we want
> > > > to do something in <sys/sysctl.h>.
> > >
> > > You should not include kernel headers from userspace.
> >
> > Old story I know but I dont think binutils would use kernel headers if it
> > doesnt need it.
> >
>
> <sys/sysctl.h> includes <linux/sysctl.h>. That is what I meant by "do
> something in <sys/sysctl.h>."
I know. and <linux/sysctl.h> is a kernel header libc shouldn't include.
So you want to do something to <sys/sysctl.h>, namely get rid of it's
depency on kernel headers.
More information about the Libc-alpha
mailing list