Skip to content
Snippets Groups Projects
Commit e0c0bf43 authored by Alex Crichton's avatar Alex Crichton
Browse files

Merge pull request #109 from semarie/openbsd-si_addr

openbsd: map `si_addr` inside `struct siginfo_t`
parents 4b9b07c7 73a2dbce
No related branches found
No related tags found
No related merge requests found
......@@ -99,8 +99,8 @@ s! {
pub si_signo: ::c_int,
pub si_code: ::c_int,
pub si_errno: ::c_int,
__pad1: ::c_int,
__pad2: [u8; 240],
pub si_addr: *mut ::c_void,
__pad: [u8; 116],
}
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment