mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-22 21:10:07 +00:00
22 lines
257 B
Plaintext
22 lines
257 B
Plaintext
|
libc {
|
||
|
GLIBC_2.10 {
|
||
|
# e*
|
||
|
endsgent;
|
||
|
|
||
|
# f*
|
||
|
fgetsgent; fgetsgent_r;
|
||
|
|
||
|
# g*
|
||
|
getsgent; getsgent_r; getsgnam; getsgnam_r; getsgent_r; getsgnam_r;
|
||
|
|
||
|
# p*
|
||
|
putsgent;
|
||
|
|
||
|
# s*
|
||
|
setsgent;
|
||
|
|
||
|
# s*
|
||
|
sgetsgent; sgetsgent_r;
|
||
|
}
|
||
|
}
|