mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 14:23:09 +00:00
`sc_fpstate` member of `struct sigcontext` is a `struct fxsave64 *`. use *anyopaque to represent it. avoid to defining `fxsave64` as it is a packed struct with some arrays.