Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | hurd: Fix getifaddrs / freeifaddrs exposition | Samuel Thibault | 2018-01-28 | 1 | -2/+0 |
| | | | | | | | | | | | 400669754de4 ('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. | ||||
* | hurd: Fix nscd build | Samuel Thibault | 2018-01-28 | 1 | -0/+3 |
nscd won't find check_* from inet/, it needs a sysdeps file. * sysdeps/mach/hurd/check_native.c: New file. * sysdeps/mach/hurd/check_pf.c: New file. |