wasi-libc/libc-bottom-half/headers/public/__struct_in6_addr.h
Dan Gohman 79a9b40837 Update to musl 1.1.24.
See the WHATSNEW file for details; this doesn't have any major changes
for wasi-libc; in particular, the new catgets and GLOB_TILDE features
are disabled.
2020-02-26 10:23:05 -08:00

9 lines
157 B
C

#ifndef __wasilibc___struct_in6_addr_h
#define __wasilibc___struct_in6_addr_h
struct in6_addr {
_Alignas(int32_t) unsigned char s6_addr[16];
};
#endif