summaryrefslogtreecommitdiffstats
path: root/libc-bottom-half/headers/public/__struct_in6_addr.h
blob: cf2fafeb40bf0928dfdaecd5c71c2b24797d52c9 (plain)
1
2
3
4
5
6
7
8
#ifndef __wasilibc___struct_in6_addr_h
#define __wasilibc___struct_in6_addr_h

struct in6_addr {
    _Alignas(int32_t) unsigned char s6_addr[16];
};

#endif