glibc/inet
Joseph Myers 7f994279e9 Fix getifaddrs, freeifaddrs namespace (bug 17668).
Various objects in glibc bring in ifaddrs.o (via references to
__netlink_*) and thereby getifaddrs and freeifaddrs, which are not
part of any standard supported by glibc.  These should be weak aliases
of __getifaddrs and __freeifaddrs; this patch makes them so.

(The path by which these functions are brought in is Linux-specific,
but it seems less confusing to make all versions of these functions
weak aliases rather than only the Linux-specific versions that
definitely need it.)

Tested for x86_64 (testsuite, and that disassembly of installed shared
libraries is unchanged by this patch).

	[BZ #17668]
	* inet/ifaddrs.c (getifaddrs): Rename to __getifaddrs and define
	as weak alias of __getifaddrs.  Use libc_hidden_weak.
	(freeifaddrs): Rename to __freeifaddrs and define as weak alias of
	__freeifaddrs.  Use libc_hidden_weak.
	* sysdeps/gnu/ifaddrs.c (getifaddrs): Rename to __getifaddrs and
	define as weak alias of __getifaddrs.  Use libc_hidden_weak.
	(freeifaddrs): Rename to __freeifaddrs and define as weak alias of
	__freeifaddrs.  Use libc_hidden_weak.
	* sysdeps/unix/sysv/linux/ifaddrs.c (getifaddrs): Rename to
	__getifaddrs and define as weak alias of __getifaddrs.  Use
	libc_hidden_weak.
	(freeifaddrs): Rename to __freeifaddrs and define as weak alias of
	__freeifaddrs.  Use libc_hidden_weak.
	* conform/Makefile (test-xfail-XOPEN2K/net/if.h/linknamespace):
	Remove variable.
	(test-xfail-POSIX2008/net/if.h/linknamespace): Likewise.
	(test-xfail-XOPEN2K8/net/if.h/linknamespace): Likewise.
2014-12-02 23:11:09 +00:00
..
arpa Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netinet Complete _BSD_SOURCE / _SVID_source followup cleanup. 2014-02-21 21:45:26 +00:00
protocols Don't use removed rpc headers 2011-05-05 07:36:40 -04:00
Makefile Consistently include Makeconfig after defining subdir. 2014-02-26 23:12:03 +00:00
Versions [BZ #2693] 2006-05-25 04:50:06 +00:00
aliases.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
bug-if1.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
check_native.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
check_pf.c Remove IS_IN_nscd 2014-11-24 11:41:44 +05:30
ether_aton.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_aton_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_hton.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_line.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_ntoa.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_ntoa_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ether_ntoh.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getaliasname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbyad.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbyad_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm2.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm2_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
gethstent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getipv4sourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnameinfo.c Add #include <stdint.h> for uint[32|64]_t usage (except installed headers). 2013-05-16 11:32:54 -05:00
getnetbyad.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetbyad_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetbynm.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetgrent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getnetgrent_r.c Return failure in getnetgrent only when all netgroups have been searched (#17363) 2014-09-10 21:51:50 +05:30
getproto.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getproto_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getprtname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbyname.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbyname_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbynumber.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcbynumber_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getrpcent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getservent.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getservent_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbynm.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbynm_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbypt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
getsrvbypt_r.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
herrno-loc.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
herrno.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
htonl.c Prototypify htonl and htons definitions. 2014-10-24 12:37:36 -07:00
htons.c Prototypify htonl and htons definitions. 2014-10-24 12:37:36 -07:00
htontest.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
if_index.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ifaddrs.c Fix getifaddrs, freeifaddrs namespace (bug 17668). 2014-12-02 23:11:09 +00:00
ifaddrs.h Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
ifreq.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
in6_addr.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet6_opt.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet6_option.c Use glibc_likely instead __builtin_expect. 2014-02-10 15:07:12 +01:00
inet6_rth.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet_lnaof.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
inet_mkadr.c Update. 2003-08-27 20:57:30 +00:00
inet_net.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
inet_netof.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
inet_ntoa.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
netgroup.h Rework some nscd code not to use variable-length struct types. 2014-10-22 14:28:51 -07:00
rcmd.c Avoid use of "register" as optimization hint. 2013-06-07 22:24:35 +00:00
rexec.c * sysdeps/unix/sysv/linux/dl-osinfo.h (dl_fatal): Remove inline 2009-04-26 20:12:37 +00:00
ruserpass.c Use (void) in no-arguments function definitions. 2013-06-08 00:22:23 +00:00
setipv4sourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
setsourcefilter.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-ifaddrs.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
test-inet6_opt.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
test_ifindex.c Update copyright notices with scripts/update-copyrights 2014-01-01 22:00:23 +10:00
tst-checks.c Fix more warnings 2011-12-03 21:49:35 -05:00
tst-ether_aton.c Update. 2002-05-24 08:49:00 +00:00
tst-ether_line.c [BZ #5441, BZ #5452, BZ #5454] 2007-12-07 16:50:11 +00:00
tst-gethnm.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-getni1.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
tst-getni2.c Remove trailing whitespace. 2013-06-05 20:44:03 +00:00
tst-inet6_rth.c Fix a strict-alias warning in tst-inet6_rth. 2012-11-29 13:35:14 -08:00
tst-network.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30
tst-ntoa.c Modify several tests to use test-skeleton.c 2014-11-05 15:24:08 +05:30