diff options
author | Roland McGrath <roland@gnu.org> | 2005-03-30 02:05:33 +0000 |
---|---|---|
committer | Roland McGrath <roland@gnu.org> | 2005-03-30 02:05:33 +0000 |
commit | 1718c60cfdb7858d25770cda2ac64a2c5a6febc7 (patch) | |
tree | c9ac7cb6737a2f782ce4999b330d5853d2827ba7 /ChangeLog | |
parent | 98be6f687d0b97817ad014c607498d35893345f8 (diff) | |
download | glibc-1718c60cfdb7858d25770cda2ac64a2c5a6febc7.tar.gz glibc-1718c60cfdb7858d25770cda2ac64a2c5a6febc7.tar.xz glibc-1718c60cfdb7858d25770cda2ac64a2c5a6febc7.zip |
* sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New
function, inline broken out of ... (DL_SYSDEP_OSCHECK): ... here. Use that. Do the discovery and set GLRO(dl_osversion) if successful, if __LINUX_KERNEL_VERSION <= 0.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog index fddf1ce555..ac148f0349 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +2005-03-29 Roland McGrath <roland@redhat.com> + + * sysdeps/unix/sysv/linux/dl-osinfo.h (_dl_discover_osversion): New + function, inline broken out of ... + (DL_SYSDEP_OSCHECK): ... here. Use that. + Do the discovery and set GLRO(dl_osversion) if successful, + if __LINUX_KERNEL_VERSION <= 0. + 2005-03-29 Alfred M. Szmidt <ams@gnu.org> * manual/install.texi (Tools for Compilation): GNU binutils 2.15 |