Skip to content

Commit

Permalink
Deprecate _pad field on siginfo_t
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed May 1, 2019
1 parent e2bf06c commit 7c2f669
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/unix/notbsd/linux/other/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ s! {
pub si_signo: ::c_int,
pub si_errno: ::c_int,
pub si_code: ::c_int,
#[deprecated(since="0.2.54", note="Please leave a comment on https://github.com/rust-lang/libc/pull/1316 if you're using this field")]
pub _pad: [::c_int; 29],
#[cfg(target_arch = "x86_64")]
_align: [u64; 0],
Expand Down

0 comments on commit 7c2f669

Please sign in to comment.