You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

31 lines
336 B

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;
}
}