From 3101aa7d91f9bd8c7feda0bcf819d8d8cc5a2090 Mon Sep 17 00:00:00 2001 From: alakatos Date: Thu, 18 Jul 2024 14:05:53 +0200 Subject: [PATCH] ppc syscall table update Source file: arch/powerpc/kernel/syscalls/syscall.tbl --- lib/ppc_table.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lib/ppc_table.h b/lib/ppc_table.h index 7d4c92454..62f20831a 100644 --- a/lib/ppc_table.h +++ b/lib/ppc_table.h @@ -199,8 +199,8 @@ _S(175, "rt_sigpending") _S(176, "rt_sigtimedwait") _S(177, "rt_sigqueueinfo") _S(178, "rt_sigsuspend") -_S(179, "pread") -_S(180, "pwrite") +_S(179, "pread64") +_S(180, "pwrite64") _S(181, "chown") _S(182, "getcwd") _S(183, "capget") @@ -325,7 +325,7 @@ _S(302, "getcpu") _S(303, "epoll_pwait") _S(304, "utimensat") _S(305, "signalfd") -_S(306, "timerfd") +_S(306, "timerfd_create") _S(307, "eventfd") _S(308, "sync_file_range2") _S(309, "fallocate") @@ -338,7 +338,7 @@ _S(315, "epoll_create1") _S(316, "dup3") _S(317, "pipe2") _S(318, "inotify_init1") -_S(319, "perf_counter_open") +_S(319, "perf_event_open") _S(320, "preadv") _S(321, "pwritev") _S(322, "rt_tgsigqueueinfo")