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