mirror of
https://git.proxmox.com/git/wasi-libc
synced 2025-11-05 18:31:55 +00:00
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.
9 lines
157 B
C
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
|