From c18266311fc5647032d069e0596aad471a72fe82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Golembiovsk=C3=BD?= Date: Thu, 23 Nov 2023 11:56:29 +0100 Subject: [PATCH] librz: fix move_mount syscall number (#3997) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The move_mount syscall number on x86_64 that was introduced in patch a564f13856 (PR #3854) was wrong. Signed-off-by: Tomáš Golembiovský --- librz/syscall/d/linux-x86-64.sdb.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/librz/syscall/d/linux-x86-64.sdb.txt b/librz/syscall/d/linux-x86-64.sdb.txt index 92b53fc9982..588a51a8ba1 100644 --- a/librz/syscall/d/linux-x86-64.sdb.txt +++ b/librz/syscall/d/linux-x86-64.sdb.txt @@ -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,