LWN.net Logo

GNU C library 2.16 released

GNU C library 2.16 released

Posted Jul 1, 2012 22:46 UTC (Sun) by slashdot (guest, #22014)
In reply to: GNU C library 2.16 released by simlo
Parent article: GNU C library 2.16 released

Well, in the announcement they say that they removed code for kernels *BEFORE* 2.4, not for 2.4.

So it appears that there's still code for 2.4, but nobody cares enough to test it, and thus it's probably broken.

Or they got the announcement wrong perhaps.

Anyway, I'm not sure what this has to do with C++11, which is distinct from C11.


(Log in to post comments)

GNU C library 2.16 released

Posted Jul 1, 2012 23:49 UTC (Sun) by jzbiciak (✭ supporter ✭, #5246) [Link]

Compatibility code for Linux kernel versions before 2.4 has been removed. Note that glibc is not expected to work with any Linux kernel version before 2.6.

I read that as "2.4 might work, might not. You're on your own." That is, compatibility code for kernels prior to 2.4 is simply gone, breaking those ancient releases explicitly. Additionally anything before 2.6 is not really supported or expected to work, though it might. They haven't gone to pains to explicitly break that yet.

At least, that's how I read it.

GNU C library 2.16 released

Posted Jul 2, 2012 9:25 UTC (Mon) by nix (subscriber, #2304) [Link]

It's more that the code for 2.4 is more difficult to remove, so that removal was put off until after the 2.16 release.

GNU C library 2.16 released

Posted Jul 2, 2012 6:17 UTC (Mon) by simlo (subscriber, #10866) [Link]

C++11 != C11 ofcouse. Sorry, I missread the anouncement.

Copyright © 2013, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds