]> git.proxmox.com Git - wasi-libc.git/blob - libc-bottom-half/headers/public/__struct_in6_addr.h
__wasi_thread_spawn: stop truncating the return value (#353)
[wasi-libc.git] / libc-bottom-half / headers / public / __struct_in6_addr.h
1 #ifndef __wasilibc___struct_in6_addr_h
2 #define __wasilibc___struct_in6_addr_h
3
4 struct in6_addr {
5 _Alignas(int32_t) unsigned char s6_addr[16];
6 };
7
8 #endif