deb84c43b1
* 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.
22 lines
233 B
Plaintext
22 lines
233 B
Plaintext
libc {
|
|
GLIBC_2.10 {
|
|
# e*
|
|
endsgent;
|
|
|
|
# f*
|
|
fgetsgent; fgetsgent_r;
|
|
|
|
# g*
|
|
getsgent; getsgent_r; getsgnam; getsgnam_r;
|
|
|
|
# p*
|
|
putsgent;
|
|
|
|
# s*
|
|
setsgent;
|
|
|
|
# s*
|
|
sgetsgent; sgetsgent_r;
|
|
}
|
|
}
|