We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddc1b48 commit 386afa6Copy full SHA for 386afa6
src/unix/linux_like/linux/gnu/b32/hppa/mod.rs
@@ -304,8 +304,6 @@ pub const SIGURG: ::c_int = 29;
304
pub const SIGIO: ::c_int = 22;
305
pub const SIGSYS: ::c_int = 31;
306
pub const SIGSTKFLT: ::c_int = 7;
307
-#[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
308
-pub const SIGUNUSED: ::c_int = 31;
309
pub const SIGPOLL: ::c_int = 22;
310
pub const SIGPWR: ::c_int = 19;
311
pub const SIG_SETMASK: ::c_int = 2;
0 commit comments