Sébastien Marie 8bcb962ada openbsd: fix sigcontext struct and avoid defining fxsave64
`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.
2022-08-26 17:30:07 +02:00
..
2022-08-25 16:36:10 +03:00
2022-07-01 16:39:29 -07:00
2022-07-01 16:39:31 -07:00