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 8356615 commit 0af6e7fCopy full SHA for 0af6e7f
src/unix/linux_like/linux/musl/b32/hexagon.rs
@@ -265,7 +265,6 @@ pub const PF_FILE: ::c_int = 1;
265
pub const PF_KCM: ::c_int = 41;
266
pub const PF_MAX: ::c_int = 43;
267
pub const PF_QIPCRTR: ::c_int = 42;
268
-#[deprecated(since = "0.2.64", note = "Not stable across OS versions")]
269
pub const SA_ONSTACK: ::c_int = 0x08000000;
270
pub const SA_SIGINFO: ::c_int = 0x00000004;
271
pub const SA_NOCLDWAIT: ::c_int = 0x00000002;
0 commit comments