]> git.ipfire.org Git - thirdparty/glibc.git/blob - resolv/Versions
hurd: Fix build
[thirdparty/glibc.git] / resolv / Versions
1 libc {
2 GLIBC_2.0 {
3 _res;
4
5 # helper functions
6 __h_errno_location;
7
8 # functions used in other libraries
9 __res_randomid;
10
11 # variables in normal name space
12 h_errlist; h_nerr;
13
14 # h*
15 herror; hstrerror;
16
17 # r*
18 res_init;
19 }
20 GLIBC_2.2 {
21 # r*
22 __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
23 }
24 GLIBC_PRIVATE {
25 __gai_sigqueue;
26
27 __h_errno; __resp;
28
29 __res_iclose;
30 __inet_aton_exact;
31 __inet_pton_length;
32 __resolv_context_get;
33 __resolv_context_get_preinit;
34 __resolv_context_get_override;
35 __resolv_context_put;
36 }
37 }
38
39 libresolv {
40 GLIBC_2.0 {
41 _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
42 _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
43 inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
44 res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
45 res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
46 # Variables
47 __p_class_syms; __p_type_syms;
48 # Private routines shared between libc/net, named, nslookup and others.
49 __b64_ntop; __b64_pton;
50 __dn_comp; __dn_count_labels; __dn_skipname;
51 __fp_nquery; __fp_query; __fp_resstat; __hostalias;
52 __loc_aton; __loc_ntoa;
53 __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
54 __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
55 __putlong; __putshort;
56 __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
57 __res_nameinquery; __res_ownok; __res_queriesmatch;
58 __res_send;
59 __sym_ntop; __sym_ntos; __sym_ston;
60 }
61 GLIBC_2.2 {
62 __dn_expand;
63 __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
64 __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
65 __res_querydomain; __res_search;
66 }
67 GLIBC_2.3.2 {
68 __p_rcode;
69 }
70 GLIBC_2.9 {
71 ns_msg_getflag;
72 ns_get16; ns_get32; ns_put16; ns_put32;
73 ns_initparse; ns_skiprr; ns_parserr;
74 ns_sprintrr; ns_sprintrrf;
75 ns_format_ttl; ns_parse_ttl;
76 ns_datetosecs;
77 ns_name_ntol; ns_name_ntop; ns_name_pton;
78 ns_name_unpack; ns_name_pack;
79 ns_name_uncompress; ns_name_compress;
80 ns_name_skip; ns_name_rollback;
81 ns_samedomain; ns_subdomain; ns_makecanon; ns_samename;
82 }
83 GLIBC_PRIVATE {
84 # Needed in libnss_dns.
85 __ns_name_unpack; __ns_name_ntop;
86 __ns_get16; __ns_get32;
87 __res_context_query;
88 __res_context_search;
89 __res_context_hostalias;
90 }
91 }
92
93 libnss_dns {
94 GLIBC_PRIVATE {
95 _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
96 _nss_dns_gethostbyname3_r;
97 _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
98 _nss_dns_getnetbyname_r; _nss_dns_getcanonname_r;
99 _nss_dns_gethostbyaddr2_r;
100 _nss_dns_gethostbyname4_r;
101 }
102 }
103
104 libanl {
105 GLIBC_2.2.3 {
106 gai_cancel; gai_error; gai_suspend; getaddrinfo_a;
107 }
108 }