mirror of
https://github.com/ziglang/zig.git
synced 2025-12-29 01:23:17 +00:00
Macos uses the BSD definition of msghdr All linux architectures share a single msghdr definition. Many architectures had manually inserted padding fields that were endian specific and some had fields with different integers. This unifies all architectures to use a single correct msghdr definition.