localedata: Months updated from CLDR - Devanagari scripts [BZ #21217]
[glibc.git] / resolv / Versions
blobf528ed51e898a61da37cc447143ccf724cc7c134
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_maybe_init; __res_iclose;
30     __inet_pton_length;
31   }
34 libresolv {
35   GLIBC_2.0 {
36     _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
37     _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
38     inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
39     res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
40     res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
41     # Variables
42     __p_class_syms; __p_type_syms;
43     # Private routines shared between libc/net, named, nslookup and others.
44     __b64_ntop; __b64_pton;
45     __dn_comp;  __dn_count_labels; __dn_skipname;
46     __fp_nquery; __fp_query; __fp_resstat; __hostalias;
47     __loc_aton; __loc_ntoa;
48     __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
49     __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
50     __putlong; __putshort;
51     __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
52     __res_nameinquery; __res_ownok; __res_queriesmatch;
53     __res_send;
54     __sym_ntop; __sym_ntos; __sym_ston;
55   }
56   GLIBC_2.2 {
57     __dn_expand;
58     __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
59     __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
60     __res_querydomain; __res_search;
61   }
62   GLIBC_2.3.2 {
63     __p_rcode;
64   }
65   GLIBC_2.9 {
66     ns_msg_getflag;
67     ns_get16; ns_get32; ns_put16; ns_put32;
68     ns_initparse; ns_skiprr; ns_parserr;
69     ns_sprintrr; ns_sprintrrf;
70     ns_format_ttl; ns_parse_ttl;
71     ns_datetosecs;
72     ns_name_ntol; ns_name_ntop; ns_name_pton;
73     ns_name_unpack; ns_name_pack;
74     ns_name_uncompress; ns_name_compress;
75     ns_name_skip; ns_name_rollback;
76     ns_samedomain; ns_subdomain; ns_makecanon; ns_samename;
77   }
78   GLIBC_PRIVATE {
79     # Needed in libnss_dns.
80     __ns_name_unpack; __ns_name_ntop;
81     __ns_get16; __ns_get32;
82     __libc_res_nquery; __libc_res_nsearch;
83   }
86 libnss_dns {
87   GLIBC_PRIVATE {
88     _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
89     _nss_dns_gethostbyname3_r;
90     _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
91     _nss_dns_getnetbyname_r; _nss_dns_getcanonname_r;
92     _nss_dns_gethostbyaddr2_r;
93     _nss_dns_gethostbyname4_r;
94   }
97 libanl {
98   GLIBC_2.2.3 {
99     gai_cancel; gai_error; gai_suspend; getaddrinfo_a;
100   }