mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-11 07:40:05 +00:00
20 lines
244 B
Plaintext
20 lines
244 B
Plaintext
|
libc {
|
||
|
GLIBC_2.0 {
|
||
|
# e*
|
||
|
endgrent;
|
||
|
|
||
|
# f*
|
||
|
fgetgrent; fgetgrent_r;
|
||
|
|
||
|
# g*
|
||
|
getgrent; getgrent_r; getgrgid; getgrgid_r; getgrnam; getgrnam_r;
|
||
|
getgroups;
|
||
|
|
||
|
# i*
|
||
|
initgroups;
|
||
|
|
||
|
# s*
|
||
|
setgrent; setgroups;
|
||
|
}
|
||
|
}
|