provide emulation of fcntl F_DUPFD_CLOEXEC on old kernels
[musl] / src / network / in6addr_loopback.c
1 #include <netinet/in.h>
2
3 const struct in6_addr in6addr_loopback = IN6ADDR_LOOPBACK_INIT;