1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00

Revert unintentional commits.

This commit is contained in:
Roland McGrath
2003-02-26 00:01:15 +00:00
parent 1d02f71fe4
commit 4e5b051fad
17 changed files with 45 additions and 469 deletions

View File

@ -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 <jakub@redhat.com>, 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;
}