mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-10 15:20:10 +00:00
28 lines
279 B
Plaintext
28 lines
279 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;
|
||
|
}
|
||
|
}
|