Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid depending on
max_align_t
in <__struct_sockaddr.h>.
`max_align_t` is not declared in C99 mode, so use an aligned attribute and `__BIGGEST_ALIGNMENT__` instead. Fixes WebAssembly/wasi-sdk#111.
- Loading branch information