mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
hurd: Fix nscd build
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.
This commit is contained in:
parent
f8bee46cc2
commit
400669754d
@ -49,6 +49,8 @@
|
||||
__hurd_directory_name_split): Likewise.
|
||||
* hurd/lookup-retry.c (__hurd_file_name_lookup_retry): Likewise.
|
||||
* hurd/path-lookup.c (hurd_file_name_path_lookup): Likewise.
|
||||
* sysdeps/mach/hurd/check_native.c: New file.
|
||||
* sysdeps/mach/hurd/check_pf.c: New file.
|
||||
|
||||
2018-01-27 James Clarke <jrtc27@jrtc27.com>
|
||||
|
||||
|
1
sysdeps/mach/hurd/check_native.c
Normal file
1
sysdeps/mach/hurd/check_native.c
Normal file
@ -0,0 +1 @@
|
||||
#include <inet/check_native.c>
|
3
sysdeps/mach/hurd/check_pf.c
Normal file
3
sysdeps/mach/hurd/check_pf.c
Normal file
@ -0,0 +1,3 @@
|
||||
#define __getifaddrs getifaddrs
|
||||
#define __freeifaddrs freeifaddrs
|
||||
#include <inet/check_pf.c>
|
Loading…
Reference in New Issue
Block a user