Update.
[glibc.git] / nss / Versions
blob9ba0054abc983ebaa3cb85fdc5955a63d95368d3
1 libc {
2   GLIBC_2.0 {
3      # functions used in other libraries
4     __nss_passwd_lookup; __nss_group_lookup; __nss_hosts_lookup; __nss_next;
5     __nss_database_lookup; __nss_configure_lookup;
6   }
7   GLIBC_2.2.2 {
8     __nss_hostname_digits_dots;
9   }
10   GLIBC_PRIVATE {
11     _nss_files_parse_grent; _nss_files_parse_pwent; _nss_files_parse_spent;
12   }
15 libnss_files {
16   GLIBC_PRIVATE {
17     _nss_files_setaliasent;
18     _nss_files_endaliasent;
19     _nss_files_getaliasbyname_r;
20     _nss_files_getaliasent_r;
22     _nss_files_setetherent;
23     _nss_files_endetherent;
24     _nss_files_getetherent_r;
25     _nss_files_parse_etherent;
27     _nss_files_setgrent;
28     _nss_files_endgrent;
29     _nss_files_getgrent_r;
30     _nss_files_getgrgid_r;
31     _nss_files_getgrnam_r;
33     _nss_files_sethostent;
34     _nss_files_endhostent;
35     _nss_files_gethostbyaddr_r;
36     _nss_files_gethostbyname2_r;
37     _nss_files_gethostbyname_r;
38     _nss_files_gethostent_r;
39     _nss_files_gethostton_r;
41     _nss_files_setnetent;
42     _nss_files_endnetent;
43     _nss_files_getnetbyaddr_r;
44     _nss_files_getnetbyname_r;
45     _nss_files_getnetent_r;
46     _nss_files_getntohost_r;
47     _nss_files_parse_netent;
49     _nss_files_setnetgrent;
50     _nss_files_endnetgrent;
51     _nss_files_getnetgrent_r;
53     _nss_files_setprotoent;
54     _nss_files_endprotoent;
55     _nss_files_getprotobyname_r;
56     _nss_files_getprotobynumber_r;
57     _nss_files_getprotoent_r;
58     _nss_files_parse_protoent;
60     _nss_files_setpwent;
61     _nss_files_endpwent;
62     _nss_files_getpwent_r;
63     _nss_files_getpwnam_r;
64     _nss_files_getpwuid_r;
66     _nss_files_setrpcent;
67     _nss_files_endrpcent;
68     _nss_files_getrpcbyname_r;
69     _nss_files_getrpcbynumber_r;
70     _nss_files_getrpcent_r;
71     _nss_files_parse_rpcent;
73     _nss_files_setservent;
74     _nss_files_endservent;
75     _nss_files_getservbyname_r;
76     _nss_files_getservbyport_r;
77     _nss_files_getservent_r;
78     _nss_files_parse_servent;
80     _nss_files_setspent;
81     _nss_files_endspent;
82     _nss_files_getspent_r;
83     _nss_files_getspnam_r;
85     _nss_netgroup_parseline;
86     _nss_files_getpublickey;
87     _nss_files_getsecretkey;
88   }