Skip to content
Snippets Groups Projects
Unverified Commit 7c2f669a authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Deprecate _pad field on siginfo_t

parent e2bf06c1
No related branches found
No related tags found
No related merge requests found
......@@ -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],
......
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