about summary refs log tree commit diff
path: root/sysdeps/mach/hurd
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/mach/hurd')
-rw-r--r--sysdeps/mach/hurd/check_native.c1
-rw-r--r--sysdeps/mach/hurd/check_pf.c3
2 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/mach/hurd/check_native.c b/sysdeps/mach/hurd/check_native.c
new file mode 100644
index 0000000000..d16ff883a9
--- /dev/null
+++ b/sysdeps/mach/hurd/check_native.c
@@ -0,0 +1 @@
+#include <inet/check_native.c>
diff --git a/sysdeps/mach/hurd/check_pf.c b/sysdeps/mach/hurd/check_pf.c
new file mode 100644
index 0000000000..32cc28340b
--- /dev/null
+++ b/sysdeps/mach/hurd/check_pf.c
@@ -0,0 +1,3 @@
+#define __getifaddrs getifaddrs
+#define __freeifaddrs freeifaddrs
+#include <inet/check_pf.c>