On Thu, 2003-07-17 at 11:45, Martin Zwickel wrote: > Hi there! > > I just tried to update my glibc to 2.3.2 and saw that glibc can't compile > because of linux/sysctl.h. > > I added the line "#include " to sysctl.h. > (since sysctl needs the __user) > > So someone forgot the line, or did I miss something? you're probably better off using not-the-kernel headers for building glibc. eg on a RHL distro it's glibc-kernheaders package, other distros have different package names for these files.