Update.
[glibc.git] / resolv / Versions
blob668f6433636b301281055b9692fb12dce57a1a92
1 libc {
2   GLIBC_2.0 {
3     # global variables
4     _h_errno; _res;
6     # helper functions
7     __h_errno_location;
9     # functions used in other libraries
10     __res_randomid;
12     # variables in normal name space
13     h_errlist; h_errno; h_nerr;
15     # h*
16     herror; hstrerror;
18     # r*
19     res_init;
20   }
21   GLIBC_2.2 {
22     # r*
23     __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
24   }
25   GLIBC_PRIVATE {
26     __gai_sigqueue;
27   }
30 libresolv {
31   GLIBC_2.0 {
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;
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;
51   }
52   GLIBC_2.2 {
53     __dn_expand;
54     __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
55     __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
56     __res_querydomain; __res_search;
57   }
58   GLIBC_PRIVATE {
59     # Needed in libnss_dns.
60     __ns_name_unpack; __ns_name_ntop;
61     __ns_get16; __ns_samename;
62   }
65 libnss_dns {
66   GLIBC_PRIVATE {
67     _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
68     _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
69     _nss_dns_getnetbyname_r;
70   }
73 libanl {
74   GLIBC_2.2.3 {
75     getaddrinfo_a; gai_cancel; gai_error; gai_suspend;
76   }