Skip to content

Commit 3101aa7

Browse files
committed
ppc syscall table update
Source file: arch/powerpc/kernel/syscalls/syscall.tbl
1 parent f5405e5 commit 3101aa7

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

lib/ppc_table.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -199,8 +199,8 @@ _S(175, "rt_sigpending")
199199
_S(176, "rt_sigtimedwait")
200200
_S(177, "rt_sigqueueinfo")
201201
_S(178, "rt_sigsuspend")
202-
_S(179, "pread")
203-
_S(180, "pwrite")
202+
_S(179, "pread64")
203+
_S(180, "pwrite64")
204204
_S(181, "chown")
205205
_S(182, "getcwd")
206206
_S(183, "capget")
@@ -325,7 +325,7 @@ _S(302, "getcpu")
325325
_S(303, "epoll_pwait")
326326
_S(304, "utimensat")
327327
_S(305, "signalfd")
328-
_S(306, "timerfd")
328+
_S(306, "timerfd_create")
329329
_S(307, "eventfd")
330330
_S(308, "sync_file_range2")
331331
_S(309, "fallocate")
@@ -338,7 +338,7 @@ _S(315, "epoll_create1")
338338
_S(316, "dup3")
339339
_S(317, "pipe2")
340340
_S(318, "inotify_init1")
341-
_S(319, "perf_counter_open")
341+
_S(319, "perf_event_open")
342342
_S(320, "preadv")
343343
_S(321, "pwritev")
344344
_S(322, "rt_tgsigqueueinfo")

0 commit comments

Comments
 (0)