blob: 45a750eb417af94f5836441c295ad4e0997c3362 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
libc {
GLIBC_2.0 {
# e*
endpwent;
# f*
fgetpwent; fgetpwent_r;
# g*
getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
# p*
putpwent; setpwent;
}
}
|