Skip to content

Commit 386afa6

Browse files
committed
Remove SIGUNUSED
1 parent ddc1b48 commit 386afa6

File tree

1 file changed

+0
-2
lines changed
  • src/unix/linux_like/linux/gnu/b32/hppa

1 file changed

+0
-2
lines changed

src/unix/linux_like/linux/gnu/b32/hppa/mod.rs

-2
Original file line numberDiff line numberDiff line change
@@ -304,8 +304,6 @@ pub const SIGURG: ::c_int = 29;
304304
pub const SIGIO: ::c_int = 22;
305305
pub const SIGSYS: ::c_int = 31;
306306
pub const SIGSTKFLT: ::c_int = 7;
307-
#[deprecated(since = "0.2.55", note = "Use SIGSYS instead")]
308-
pub const SIGUNUSED: ::c_int = 31;
309307
pub const SIGPOLL: ::c_int = 22;
310308
pub const SIGPWR: ::c_int = 19;
311309
pub const SIG_SETMASK: ::c_int = 2;

0 commit comments

Comments
 (0)