From 4e5b051fad8e6707736d3ddc4819ab797d23cd91 Mon Sep 17 00:00:00 2001 From: Roland McGrath Date: Wed, 26 Feb 2003 00:01:15 +0000 Subject: Revert unintentional commits. --- sysdeps/unix/sysv/linux/dl-librecon.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'sysdeps/unix/sysv/linux/dl-librecon.h') diff --git a/sysdeps/unix/sysv/linux/dl-librecon.h b/sysdeps/unix/sysv/linux/dl-librecon.h index 91535da37d..afe1ec4b72 100644 --- a/sysdeps/unix/sysv/linux/dl-librecon.h +++ b/sysdeps/unix/sysv/linux/dl-librecon.h @@ -1,5 +1,5 @@ /* Optional code to distinguish library flavours. - Copyright (C) 2001, 2002, 2003 Free Software Foundation, Inc. + Copyright (C) 2001, 2002 Free Software Foundation, Inc. This file is part of the GNU C Library. Contributed by Jakub Jelinek , 2001. @@ -39,12 +39,7 @@ _dl_osversion_init (char *assume_kernel) if (!*q) break; } -#if __LINUX_KERNEL_VERSION > 0 - if (osversion < __LINUX_KERNEL_VERSION) - osversion = __LINUX_KERNEL_VERSION; -#else if (osversion) -#endif GL(dl_osversion) = osversion; } -- cgit 1.4.1