mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-15 23:50:13 +00:00
32 lines
336 B
Plaintext
32 lines
336 B
Plaintext
libc {
|
|
GLIBC_2.0 {
|
|
# e*
|
|
endspent;
|
|
|
|
# f*
|
|
fgetspent; fgetspent_r;
|
|
|
|
# g*
|
|
getspent; getspent_r; getspnam; getspnam_r;
|
|
|
|
# l*
|
|
lckpwdf;
|
|
|
|
# p*
|
|
putspent;
|
|
|
|
# s*
|
|
setspent;
|
|
|
|
# s*
|
|
sgetspent; sgetspent_r;
|
|
|
|
# u*
|
|
ulckpwdf;
|
|
}
|
|
GLIBC_2.1.2 {
|
|
# g*
|
|
getspent_r; getspnam_r;
|
|
}
|
|
}
|