mirror of https://gitee.com/Nocallback/glibc.git
Browse Source
* nss/getXXbyYY_r.c: If NO_COMPAT_NEEDED is defined don't define any compatibility functions. * nss/getXXent_r.c: Likewise. * gshadow/getsgent_r.c: Define NO_COMPAT_NEEDED. * gshadow/getsgnam_r.c: Likewise. * gshadow/Version: Remove duplicate entries. * sysdeps/x86_64/cacheinfo.c (intel_02_cache_info): Add missing entries for recent processor. * sysdeps/unix/sysv/linux/i386/sysconf.c (intel_02_cache_info): Likewise.cvs/master cvs/fedora-glibc-20090510T1842
9 changed files with 38 additions and 12 deletions
@ -1,4 +1,4 @@ |
|||
/* This file just defines the current version number of libc. */ |
|||
|
|||
#define RELEASE "stable" |
|||
#define VERSION "2.10" |
|||
#define VERSION "2.10.1" |
|||
|
|||
Loading…
Reference in new issue