Skip to content

Commit 026f92b

Browse files
committed
linux-musl-s390x: Add SYS_mseal
SYS_mseal is not yet defined in musl-libc, but it can only take one possible value, dictated by the kernel's syscall ABI.
1 parent 2ca91ae commit 026f92b

File tree

1 file changed

+1
-0
lines changed
  • src/unix/linux_like/linux/musl/b64

1 file changed

+1
-0
lines changed

src/unix/linux_like/linux/musl/b64/s390x.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -731,3 +731,4 @@ pub const SYS_futex_waitv: c_long = 449;
731731
pub const SYS_set_mempolicy_home_node: c_long = 450;
732732
pub const SYS_cachestat: c_long = 451;
733733
pub const SYS_fchmodat2: c_long = 452;
734+
pub const SYS_mseal: c_long = 462;

0 commit comments

Comments
 (0)