summaryrefslogtreecommitdiffstats
path: root/libc-top-half/musl/src/network/in6addr_any.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc-top-half/musl/src/network/in6addr_any.c')
-rw-r--r--libc-top-half/musl/src/network/in6addr_any.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libc-top-half/musl/src/network/in6addr_any.c b/libc-top-half/musl/src/network/in6addr_any.c
new file mode 100644
index 0000000..995387f
--- /dev/null
+++ b/libc-top-half/musl/src/network/in6addr_any.c
@@ -0,0 +1,3 @@
+#include <netinet/in.h>
+
+const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;