-
- Downloads
openbsd: map `si_addr` inside `struct siginfo_t`
formally, under OpenBSD, `si_addr` is part of a C union. As we don't use others members of the union inside `struct siginfo_t`, it should be safe to directly map the field.
Please register or sign in to comment