diff options
Diffstat (limited to 'nss/libnss_files.map')
-rw-r--r-- | nss/libnss_files.map | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/nss/libnss_files.map b/nss/libnss_files.map new file mode 100644 index 0000000000..8ec5e0ee32 --- /dev/null +++ b/nss/libnss_files.map @@ -0,0 +1,28 @@ +GLIBC_2.0 { + global: + _nss_files_endaliasent; _nss_files_endetherent; _nss_files_endgrent; + _nss_files_endhostent; _nss_files_endnetent; _nss_files_endnetgrent; + _nss_files_endprotoent; _nss_files_endpwent; _nss_files_endrpcent; + _nss_files_endservent; _nss_files_endspent; _nss_files_getaliasbyname_r; + _nss_files_getaliasent_r; _nss_files_getetherent_r; _nss_files_getgrent_r; + _nss_files_getgrgid_r; _nss_files_getgrnam_r; _nss_files_gethostbyaddr_r; + _nss_files_gethostbyname2_r; _nss_files_gethostbyname_r; + _nss_files_gethostent_r; _nss_files_gethostton_r; + _nss_files_getnetbyaddr_r; _nss_files_getnetbyname_r; + _nss_files_getnetent_r; _nss_files_getnetgrent_r; _nss_files_getntohost_r; + _nss_files_getprotobyname_r; _nss_files_getprotobynumber_r; + _nss_files_getprotoent_r; _nss_files_getpwent_r; _nss_files_getpwnam_r; + _nss_files_getpwuid_r; _nss_files_getrpcbyname_r; + _nss_files_getrpcbynumber_r; _nss_files_getrpcent_r; + _nss_files_getservbyname_r; _nss_files_getservbyport_r; + _nss_files_getservent_r; _nss_files_getspent_r; _nss_files_getspnam_r; + _nss_files_parse_etherent; _nss_files_parse_netent; + _nss_files_parse_protoent; _nss_files_parse_rpcent; + _nss_files_parse_servent; _nss_files_setaliasent; _nss_files_setetherent; + _nss_files_setgrent; _nss_files_sethostent; _nss_files_setnetent; + _nss_files_setnetgrent; _nss_files_setprotoent; _nss_files_setpwent; + _nss_files_setrpcent; _nss_files_setservent; _nss_files_setspent; + + local: + *; +};
\ No newline at end of file |