Skip to content

Commit

Permalink
ppc syscall table update
Browse files Browse the repository at this point in the history
Source file: arch/powerpc/kernel/syscalls/syscall.tbl
  • Loading branch information
Cropi committed Oct 9, 2024
1 parent f5405e5 commit 3101aa7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lib/ppc_table.h
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down Expand Up @@ -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")
Expand All @@ -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")
Expand Down

0 comments on commit 3101aa7

Please sign in to comment.