Skip to content

Commit 00f5e5c

Browse files
Gelbpunkttgross35
authored andcommitted
1 parent 49863e1 commit 00f5e5c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • src/unix/linux_like/linux/musl/b64/riscv64

src/unix/linux_like/linux/musl/b64/riscv64/mod.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,7 @@ pub const SYS_mount_setattr: c_long = 442;
412412
pub const SYS_landlock_create_ruleset: c_long = 444;
413413
pub const SYS_landlock_add_rule: c_long = 445;
414414
pub const SYS_landlock_restrict_self: c_long = 446;
415+
pub const SYS_futex_waitv: c_long = 449;
415416

416417
pub const O_APPEND: c_int = 1024;
417418
pub const O_DIRECT: c_int = 0x4000;

0 commit comments

Comments
 (0)