Message ID | 1536115705-2024-1-git-send-email-yangx.jy@cn.fujitsu.com |
---|---|
State | Accepted |
Headers | show |
Series | lapi/powerpc64.in: Fix wrong syscall number for statx | expand |
Hi! Pushed, thanks.
diff --git a/include/lapi/syscalls/powerpc64.in b/include/lapi/syscalls/powerpc64.in index 80fa91882..c0b4226eb 100644 --- a/include/lapi/syscalls/powerpc64.in +++ b/include/lapi/syscalls/powerpc64.in @@ -349,4 +349,4 @@ getrandom 359 memfd_create 360 mlock2 378 copy_file_range 379 -statx 360 +statx 383
Signed-off-by: Xiao Yang <yangx.jy@cn.fujitsu.com> --- include/lapi/syscalls/powerpc64.in | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)