Skip to content

Commit 812f982

Browse files
committed
linux: arm: remove prctrl constants that were never defined
Signed-off-by: Pedro Tammela <[email protected]>
1 parent d69137f commit 812f982

File tree

1 file changed

+0
-4
lines changed
  • src/unix/linux_like/linux/gnu/b64/aarch64

1 file changed

+0
-4
lines changed

src/unix/linux_like/linux/gnu/b64/aarch64/mod.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -631,10 +631,6 @@ pub const PR_PAC_APGAKEY: c_ulong = 1 << 4;
631631

632632
pub const PR_SME_SET_VL: c_int = 63;
633633
pub const PR_SME_GET_VL: c_int = 64;
634-
pub const PR_SME_VL_LEN_MAX: c_int = 0xffff;
635-
636-
pub const PR_SME_SET_VL_INHERIT: c_ulong = 1 << 17;
637-
pub const PR_SME_SET_VL_ONE_EXEC: c_ulong = 1 << 18;
638634

639635
// Syscall table
640636
pub const SYS_io_setup: c_long = 0;

0 commit comments

Comments
 (0)