mirror of
				https://sourceware.org/git/glibc.git
				synced 2025-10-31 22:10:34 +03:00 
			
		
		
		
	* Versions.def: Add libanl definition. * shlig-versions: Add entry for libanl. * resolv/Makefile (distribute): Add gai_misc.h and ga_test.c. (routines): Add gai_sigqueue. (extra-libs): Add libanl. (libanl-routines): New variable. Add rules to build libanl and ga_test. * resolv/Versions [libc] (GLIBC_2.2.3): Add __gai_sigqueue. [libanl]: New library. * resolv/netdb.h: Add definitions for libanl. * resolv/getaddrinfo_a.c: New file. * resolv/gai_cancel.c: New file. * resolv/gai_error.c: New file. * resolv/gai_misc.c: New file. * resolv/gai_misc.h: New file. * resolv/gai_notify.c: New file. * resolv/gai_suspend.c: New file. * resolv/ga_test.c: New file. * sysdeps/generic/gai_sigqueue.c: New file. * sysdeps/unix/sysv/linux/gai_sigqueue.c: New file. * sysdeps/generic/bits/siginfo.h: Allow __need_sigevent_t being defined and provide only that definition. * sysdeps/unix/sysv/linux/alpha/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/siginfo.h: Likewise. * sysdeps/unix/sysv/linux/sparc/sparc64/bits/siginfo.h: Likewise. * rt/aio_misc.c: Fix typos in comments. * rt/lio_listio.c: Pretty printing. Little optimization in request list handling. * elf/rtld.c: Remove commented out code.
		
			
				
	
	
		
			78 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
			
		
		
	
	
			78 lines
		
	
	
		
			2.0 KiB
		
	
	
	
		
			Plaintext
		
	
	
	
	
	
| libc {
 | |
|   GLIBC_2.0 {
 | |
|     # global variables
 | |
|     _h_errno; _res;
 | |
| 
 | |
|     # helper functions
 | |
|     __h_errno_location;
 | |
| 
 | |
|     # functions used in other libraries
 | |
|     __res_randomid;
 | |
| 
 | |
|     # variables in normal name space
 | |
|     h_errlist; h_errno; h_nerr;
 | |
| 
 | |
|     # h*
 | |
|     herror; hstrerror;
 | |
| 
 | |
|     # r*
 | |
|     res_init;
 | |
|   }
 | |
|   GLIBC_2.2 {
 | |
|     # r*
 | |
|     __res_state; __res_init; __res_nclose; __res_ninit; _res_hconf;
 | |
|   }
 | |
|   GLIBC_2.2.3 {
 | |
|     __gai_sigqueue;
 | |
|   }
 | |
| }
 | |
| 
 | |
| libresolv {
 | |
|   GLIBC_2.0 {
 | |
|     _gethtbyaddr; _gethtbyname; _gethtbyname2; _gethtent; _getlong;
 | |
|     _getshort; _res_opcodes; _res_resultcodes; _sethtent; dn_expand;
 | |
|     inet_net_ntop; inet_net_pton; inet_neta; res_gethostbyaddr;
 | |
|     res_gethostbyname; res_gethostbyname2; res_mkquery; res_query;
 | |
|     res_querydomain; res_search; res_send_setqhook; res_send_setrhook;
 | |
|     # Variables
 | |
|     __p_class_syms; __p_type_syms;
 | |
|     # Private routines shared between libc/net, named, nslookup and others.
 | |
|     __b64_ntop; __b64_pton;
 | |
|     __dn_comp;  __dn_count_labels; __dn_skipname;
 | |
|     __fp_nquery; __fp_query; __fp_resstat; __hostalias;
 | |
|     __loc_aton; __loc_ntoa;
 | |
|     __p_cdname; __p_cdnname; __p_class; __p_fqname; __p_fqnname; __p_option;
 | |
|     __p_query; __p_rr; __p_secstodate; __p_time; __p_type;
 | |
|     __putlong; __putshort;
 | |
|     __res_close; __res_dnok; __res_hnok; __res_isourserver; __res_mailok;
 | |
|     __res_nameinquery; __res_ownok; __res_queriesmatch;
 | |
|     __res_send;
 | |
|     __sym_ntop; __sym_ntos; __sym_ston;
 | |
|   }
 | |
|   GLIBC_2.1 {
 | |
|     # Needed in libnss_dns.
 | |
|     __ns_name_unpack; __ns_name_ntop;
 | |
|   }
 | |
|   GLIBC_2.2 {
 | |
|     __dn_expand;
 | |
|     __ns_get16; __ns_samename;
 | |
|     __res_hostalias; __res_mkquery; __res_nmkquery; __res_nquery;
 | |
|     __res_nquerydomain; __res_nsearch; __res_nsend; __res_query;
 | |
|     __res_querydomain; __res_search;
 | |
|   }
 | |
| }
 | |
| 
 | |
| libnss_dns {
 | |
|   GLIBC_2.0 {
 | |
|     _nss_dns_gethostbyaddr_r; _nss_dns_gethostbyname2_r;
 | |
|     _nss_dns_gethostbyname_r; _nss_dns_getnetbyaddr_r;
 | |
|     _nss_dns_getnetbyname_r;
 | |
|   }
 | |
| }
 | |
| 
 | |
| libanl {
 | |
|   GLIBC_2.2.3 {
 | |
|     getaddrinfo_a; gai_cancel; gai_error; gai_suspend;
 | |
|   }
 | |
| }
 |