mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-15 09:30:06 +00:00
7c5b106dcb
400669754d
('hurd: Fix nscd build') had the side effect of making
libc's freeaddrinfo expose freeifaddrs through __check_pf. We can just
move the renames to gai.c itself, along others.
* sysdeps/mach/hurd/check_pf.c (__getifaddrs, __freeifaddrs): Do not
define macros.
* nscd/gai.c (__getifaddrs): Define macro to getifaddrs.
(__freeifaddrs): Define macro to freeifaddrs.
2 lines
27 B
C
2 lines
27 B
C
#include <inet/check_pf.c>
|