mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 22:33:08 +00:00
Some systems (Solaris, OpenBSD, AIX) change their definitions of sockaddr_storage to be larger than 128 bytes. This comment adds a new constant in the `sockaddr` that defines the size for every system. Fixes #9759