The 2.6.20 cycle begins
Posted Dec 7, 2006 12:06 UTC (Thu) by
dlang (
✭ supporter ✭, #313)
In reply to:
The 2.6.20 cycle begins by nix
Parent article:
The 2.6.20 cycle begins
the kernel headers are not intended to be used by any userspace program, including glibc. so what 'broke' is something that's not supposed to work in the first place.
even gentoo doesn't compile anything against the kernel headers directly, they maintain a seperate package that's the headers that userspace needs extracted out of the kernel headers.
unless the kernel changes an interface that's exported to userspace (which would be a break of backwards compatability), or glibc is trying to take advantage of a new interface that's exported to userspace there is no reason to change glibc when a new kernel is installed (including no need to recompile it)
if glibc is trying to take advantage of a new interface then it's up to glibc to be able to use the right headers.
David Lang
(
Log in to post comments)