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