Update.
[glibc.git] / pwd / Versions
blob45a750eb417af94f5836441c295ad4e0997c3362
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   }