Internal shadow header for <ifaddrs.h>.
authorUlrich Drepper <drepper@redhat.com>
Thu, 24 Apr 2003 23:38:24 +0000 (23:38 +0000)
committerUlrich Drepper <drepper@redhat.com>
Thu, 24 Apr 2003 23:38:24 +0000 (23:38 +0000)
include/ifaddrs.h [new file with mode: 0644]

diff --git a/include/ifaddrs.h b/include/ifaddrs.h
new file mode 100644 (file)
index 0000000..294cd0d
--- /dev/null
@@ -0,0 +1,7 @@
+#ifndef _IFADDRS_H
+#include <inet/ifaddrs.h>
+
+libc_hidden_proto (getifaddrs)
+libc_hidden_proto (freeifaddrs)
+
+#endif /* ifaddrs.h */