string: Use builtins for ffs and ffsll
[glibc.git] / inet / Versions
blob7765cb77226b3f06eddd3c12270c576a58eaea36
1 libc {
2   GLIBC_2.0 {
3     # functions with required interface outside normal name space
4     __ivaliduser; __check_rhosts_file; __rcmd_errstr;
6     # variables in normal name space
7     rexecoptions;
9     # e*
10     endaliasent; endhostent; endnetent; endprotoent; endservent;
12     # e*
13     ether_aton; ether_aton_r; ether_line; ether_ntoa;
14     ether_ntoa_r;
16     # g*
17     getdomainname;
19     # h*
20     htonl; htons;
22     # i*
23     inet_addr; inet_aton; inet_lnaof; inet_makeaddr; inet_netof; inet_network;
24     inet_nsap_addr; inet_nsap_ntoa; inet_ntoa; inet_ntop; inet_pton; innetgr;
25     iruserok;
27     # n*
28     ntohl; ntohs;
30     # r*
31     rcmd; rexec; rresvport; ruserok; ruserpass;
33     # s*
34     setaliasent; setnetent; setprotoent; setservent;
35   }
36   GLIBC_2.1 {
37     # variables in normal name space
38     in6addr_any; in6addr_loopback;
40     # i*
41     if_freenameindex; if_indextoname; if_nameindex; if_nametoindex;
42   }
43   GLIBC_2.1.2 {
44     # g*
45     getaliasbyname_r; getaliasent_r; gethostbyaddr_r; gethostbyname2_r;
46     gethostbyname_r; gethostent_r; getnetbyaddr_r; getnetbyname_r;
47     getnetent_r;
48   }
49   GLIBC_2.2 {
50     # i*
51     iruserok_af;
52     # r*
53     rcmd_af; rexec_af; rresvport_af; ruserok_af;
54   }
55   GLIBC_2.3 {
56     # f*
57     freeifaddrs;
58     # g*
59     getifaddrs;
60   }
61   GLIBC_2.3.3 {
62     inet6_option_space; inet6_option_init; inet6_option_append;
63     inet6_option_alloc; inet6_option_next; inet6_option_find;
64   }
65   GLIBC_2.3.4 {
66     getipv4sourcefilter; setipv4sourcefilter;
67     getsourcefilter; setsourcefilter;
68   }
69   GLIBC_2.5 {
70     inet6_opt_init; inet6_opt_append; inet6_opt_finish; inet6_opt_set_val;
71     inet6_opt_next; inet6_opt_find; inet6_opt_get_val;
72     inet6_rth_space; inet6_rth_init; inet6_rth_add; inet6_rth_reverse;
73     inet6_rth_segments; inet6_rth_getaddr;
74   }
75   GLIBC_PRIVATE {
76     # Used from nscd.
77     __inet6_scopeid_pton;
78     __idna_to_dns_encoding;
79     __idna_from_dns_encoding;
80   }