]> git.proxmox.com Git - wasi-libc.git/blame - libc-bottom-half/headers/public/__struct_in6_addr.h
Update to musl 1.1.24.
[wasi-libc.git] / libc-bottom-half / headers / public / __struct_in6_addr.h
CommitLineData
320054e8
DG
1#ifndef __wasilibc___struct_in6_addr_h
2#define __wasilibc___struct_in6_addr_h
3
4struct in6_addr {
79a9b408 5 _Alignas(int32_t) unsigned char s6_addr[16];
320054e8
DG
6};
7
8#endif