Skip to content

Commit

Permalink
librz: fix move_mount syscall number (#3997)
Browse files Browse the repository at this point in the history
The move_mount syscall number on x86_64 that was introduced in patch
a564f13 (PR #3854) was wrong.

Signed-off-by: Tomáš Golembiovský <[email protected]>
  • Loading branch information
nyoxi authored Nov 23, 2023
1 parent 78461f4 commit c182663
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion librz/syscall/d/linux-x86-64.sdb.txt
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ io_uring_setup=0x80,425,2,
io_uring_enter=0x80,426,5,
io_uring_register=0x80,427,4,
open_tree=0x80,428,3,
move_mount=0x80,4295,5,
move_mount=0x80,429,5,
fsopen=0x80,430,2,
fsconfig=0x80,431,5,
fsmount=0x80,432,3,
Expand Down

0 comments on commit c182663

Please sign in to comment.