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 e94f68c commit 4497a78Copy full SHA for 4497a78
src/unix/notbsd/linux/other/b64/x86_64.rs
@@ -231,6 +231,7 @@ s_no_extra_traits! {
231
pub uc_mcontext: mcontext_t,
232
pub uc_sigmask: ::sigset_t,
233
__private: [u8; 512],
234
+ __ssp: [::c_ulonglong; 4],
235
}
236
237
src/unix/notbsd/linux/other/mod.rs
@@ -758,7 +758,7 @@ cfg_if! {
758
pub const NFT_MSG_GETOBJ: ::c_int = 19;
759
pub const NFT_MSG_DELOBJ: ::c_int = 20;
760
pub const NFT_MSG_GETOBJ_RESET: ::c_int = 21;
761
- pub const NFT_MSG_MAX: ::c_int = 22;
+ pub const NFT_MSG_MAX: ::c_int = 25;
762
} else {
763
pub const NFT_MSG_MAX: ::c_int = 18;
764
0 commit comments