From: Dmitry V. Levin Date: Mon, 15 Apr 2019 00:39:53 +0000 (+0000) Subject: sh: wire up statx syscall X-Git-Tag: v5.1~91 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b3ef0c4089042f9e0ded1c661d7d4ca12103d485;p=strace sh: wire up statx syscall * linux/sh/syscallent.h [380]: Wire up statx syscall introduced on sh by linux commit v5.1-rc1~160^2~3^2~7. * NEWS: Mention this. --- diff --git a/NEWS b/NEWS index ae8eef45..50256a63 100644 --- a/NEWS +++ b/NEWS @@ -11,6 +11,7 @@ Noteworthy changes in release ?.? (????-??-??) * Wired up io_pgetevents, perf_event_open, seccomp, and statx syscalls on ia64. * Wired up seccomp syscall on m68k. + * Wired up statx syscall on sh. Noteworthy changes in release 5.0 (2019-03-19) ============================================== diff --git a/linux/sh/syscallent.h b/linux/sh/syscallent.h index f65d2ff2..b259b72d 100644 --- a/linux/sh/syscallent.h +++ b/linux/sh/syscallent.h @@ -389,6 +389,7 @@ [380] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [381] = { 6, TD, SEN(preadv2), "preadv2" }, [382] = { 6, TD, SEN(pwritev2), "pwritev2" }, +[383] = { 5, TD|TF|TSTA, SEN(statx), "statx" }, #define SYS_socket_subcall 500 #include "subcall.h"