diff options
Diffstat (limited to 'gdb/syscalls/ppc-linux.xml.in')
-rw-r--r-- | gdb/syscalls/ppc-linux.xml.in | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/gdb/syscalls/ppc-linux.xml.in b/gdb/syscalls/ppc-linux.xml.in index 61c7c58..f22f357 100644 --- a/gdb/syscalls/ppc-linux.xml.in +++ b/gdb/syscalls/ppc-linux.xml.in @@ -9,7 +9,7 @@ <!-- This file was generated using the following file: - <sys/syscall.h> + arch/powerpc/kernel/syscalls/syscall.tbl The file mentioned above belongs to the Linux Kernel. --> @@ -443,4 +443,7 @@ <syscall name="landlock_create_ruleset" number="444"/> <syscall name="landlock_add_rule" number="445"/> <syscall name="landlock_restrict_self" number="446"/> + <syscall name="process_mrelease" number="448"/> + <syscall name="futex_waitv" number="449"/> + <syscall name="set_mempolicy_home_node" number="450"/> </syscalls_info> |