diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-09-28 00:19:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2017-09-28 01:05:18 +0200 |
commit | 4009ddc69225d571772aaea597615a0c032e14ab (patch) | |
tree | 5b82cda9a1e05c472d5f008437117588cbaca6bb /termios | |
parent | 64a4af28a62e9f305c82bc9649bbe065fffdeb0d (diff) | |
download | glibc-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 'termios')
0 files changed, 0 insertions, 0 deletions