mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 19:00:07 +00:00
13 lines
323 B
Plaintext
13 lines
323 B
Plaintext
|
GLIBC_2.0 {
|
||
|
global:
|
||
|
_nss_hesiod_setpwent; _nss_hesiod_endpwent;
|
||
|
_nss_hesiod_getpwnam_r; _nss_hesiod_getpwuid;
|
||
|
_nss_hesiod_setgrent; _nss_hesiod_endgrent;
|
||
|
_nss_hesiod_getgrnam_r; _nss_hesiod_getgrgid;
|
||
|
_nss_hesiod_setservent; _nss_hesiod_endservent;
|
||
|
_nss_hesiod_getservbyname_r;
|
||
|
|
||
|
local:
|
||
|
*;
|
||
|
};
|