Skip to content

Commit 8e81376

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 6bba763 commit 8e81376

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
@@ -745,3 +745,4 @@ pub const SYS_futex_waitv: c_long = 449;
745745
pub const SYS_set_mempolicy_home_node: c_long = 450;
746746
pub const SYS_cachestat: c_long = 451;
747747
pub const SYS_fchmodat2: c_long = 452;
748+
pub const SYS_mseal: c_long = 462;

0 commit comments

Comments
 (0)