Update.
[glibc.git] / pwd / Versions
blob091fa864431d52141e9813106233671981a0470c
1 libc {
2   GLIBC_2.0 {
3     # e*
4     endpwent;
6     # f*
7     fgetpwent; fgetpwent_r;
9     # g*
10     getpw; getpwent; getpwent_r; getpwnam; getpwnam_r; getpwuid; getpwuid_r;
12     # p*
13     putpwent; setpwent;
14   }
15   GLIBC_2.1.2 {
16     # g*
17     getpwent_r; getpwuid_r;
18   }