]> git.ipfire.org Git - thirdparty/glibc.git/blame - resolv/Versions
Update.
[thirdparty/glibc.git] / resolv / Versions
CommitLineData
b0b67c47
UD
1libc {
2 GLIBC_2.0 {
3 # global variables
4 _h_errno; _res;
5
6 # helper functions
7 __h_errno_location;
8
9 # functions used in other libraries
10 __res_randomid;
11
12 # variables in normal name space
13 h_errlist; h_errno; h_nerr;
14
15 # h*
16 herror; hstrerror;
17
18 # r*
19 res_init;
20 }
b43b13ac
UD
21 GLIBC_2.2 {
22 # r*
a1d4a3bc 23 __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
b43b13ac 24 }
fb23eb25 25 GLIBC_PRIVATE {
2ace5721
UD
26 __gai_sigqueue;
27 }
b0b67c47
UD
28}
29
30libresolv {
31 GLIBC_2.0 {
714a562f
UD
32 _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
33 _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
34 inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
35 res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
36 res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
8f2ece69
UD
37 # Variables
38 __p_class_syms; __p_type_syms;
39 # Private routines shared between libc/net, named, nslookup and others.
40 __b64_ntop; __b64_pton;
41 __dn_comp; __dn_count_labels; __dn_skipname;
42 __fp_nquery; __fp_query; __fp_resstat; __hostalias;
43 __loc_aton; __loc_ntoa;
44 __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
45 __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
46 __putlong; __putshort;
47 __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
48 __res_nameinquery; __res_ownok; __res_queriesmatch;
49 __res_send;
50 __sym_ntop; __sym_ntos; __sym_ston;
b0b67c47 51 }
b43b13ac 52 GLIBC_2.2 {
e685e07d 53 __dn_expand;
e685e07d
UD
54 __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
55 __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
56 __res_querydomain; __res_search;
ecfe6d8e 57 }
fb23eb25
UD
58 GLIBC_PRIVATE {
59 # Needed in libnss_dns.
60 __ns_name_unpack; __ns_name_ntop;
61 __ns_get16; __ns_samename;
62 }
b0b67c47 63}
714a562f 64
b0b67c47 65libnss_dns {
fb23eb25 66 GLIBC_PRIVATE {
b0b67c47
UD
67 _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
68 _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
69 _nss_dns_getnetbyname_r;
70 }
71}
2ace5721
UD
72
73libanl {
74 GLIBC_2.2.3 {
75 getaddrinfo_a; gai_cancel; gai_error; gai_suspend;
76 }
77}