Skip to content

Commit ba6e03b

Browse files
committed
Remove deprecation from SA_ONSTACK
In ad3f860 the RLIM_* values were removed, but leaving behind a deprecation about RLIM_NLIMITS caused it to incorrectly apply instead to SA_ONSTACK. The deprecated SA_ONSTACK causes the libstd build for hexagon-unknown-linux-musl to fail.
1 parent 8356615 commit ba6e03b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/unix/linux_like/linux/musl/b32/hexagon.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ pub const PF_FILE: ::c_int = 1;
265265
pub const PF_KCM: ::c_int = 41;
266266
pub const PF_MAX: ::c_int = 43;
267267
pub const PF_QIPCRTR: ::c_int = 42;
268-
#[deprecated(since = "0.2.64", note = "Not stable across OS versions")]
269268
pub const SA_ONSTACK: ::c_int = 0x08000000;
270269
pub const SA_SIGINFO: ::c_int = 0x00000004;
271270
pub const SA_NOCLDWAIT: ::c_int = 0x00000002;

0 commit comments

Comments
 (0)