about summary refs log tree commit diff
path: root/sysdeps/unix
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-28 00:19:18 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2017-09-28 01:05:18 +0200
commit4009ddc69225d571772aaea597615a0c032e14ab (patch)
tree5b82cda9a1e05c472d5f008437117588cbaca6bb /sysdeps/unix
parent64a4af28a62e9f305c82bc9649bbe065fffdeb0d (diff)
downloadglibc-4009ddc69225d571772aaea597615a0c032e14ab.tar.gz
glibc-4009ddc69225d571772aaea597615a0c032e14ab.tar.xz
glibc-4009ddc69225d571772aaea597615a0c032e14ab.zip
hurd: Fix `getifaddrs' and `freeifaddrs' symbol exposition
from `freeaddrinfo'.

`getifaddrs' and `freeifaddrs' are not in POSIX, they should not be
exposed along `freeaddrinfo' (through `__check_pf') which is POSIX.

	* include/ifaddrs.h (__getifaddrs, __freeifaddrs): New declarations,
	and use libc_hidden_def on them.
	* inet/ifaddrs.c (__getifaddrs, __freeifaddrs): Use libc_hidden_def on
	them.
	* sysdeps/gnu/ifaddrs.c (__getifaddrs, __freeifaddrs): Likewise.
	* inet/check_pf.c (__check_pf): Use __getifaddrs and __freeifaddrs
	instead of getifaddrs and freeifaddrs.
Diffstat (limited to 'sysdeps/unix')
0 files changed, 0 insertions, 0 deletions