math: move x86_64 exp2l implementation to exp2l.s from expl.s
[musl] / src / network / in6addr_any.c
1 #include <netinet/in.h>
2
3 const struct in6_addr in6addr_any = IN6ADDR_ANY_INIT;