We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e2bf06c commit 7c2f669Copy full SHA for 7c2f669
src/unix/notbsd/linux/other/mod.rs
@@ -48,6 +48,7 @@ s! {
48
pub si_signo: ::c_int,
49
pub si_errno: ::c_int,
50
pub si_code: ::c_int,
51
+ #[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")]
52
pub _pad: [::c_int; 29],
53
#[cfg(target_arch = "x86_64")]
54
_align: [u64; 0],
0 commit comments