Skip to content

Commit 112c2fa

Browse files
author
Douman
committed
Try to emulate FreeBSD padding
1 parent 42407a8 commit 112c2fa

File tree

1 file changed

+2
-1
lines changed
  • src/unix/bsd/freebsdlike

1 file changed

+2
-1
lines changed

src/unix/bsd/freebsdlike/mod.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ s! {
7979
pub si_status: ::c_int,
8080
pub si_addr: *mut ::c_void,
8181
pub si_value: ::sigval,
82-
_pad: [::c_int; 8],
82+
_pad1: ::c_long,
83+
_pad2: [::c_int; 7],
8384
}
8485

8586
pub struct sigaction {

0 commit comments

Comments
 (0)