]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Use stub getifaddrs/freeifaddrs.
authorRoland McGrath <roland@hack.frob.com>
Tue, 6 Aug 2013 19:44:37 +0000 (12:44 -0700)
committerRoland McGrath <roland@hack.frob.com>
Tue, 6 Aug 2013 19:44:37 +0000 (12:44 -0700)
sysdeps/nacl/ifaddrs.c [new file with mode: 0644]

diff --git a/sysdeps/nacl/ifaddrs.c b/sysdeps/nacl/ifaddrs.c
new file mode 100644 (file)
index 0000000..0e64851
--- /dev/null
@@ -0,0 +1,2 @@
+/* Bypass the sysdeps/gnu version to get the plain stub.  */
+#include <inet/ifaddrs.c>