]> granicus.if.org Git - strace/commitdiff
sh: wire up statx syscall
authorDmitry V. Levin <ldv@altlinux.org>
Mon, 15 Apr 2019 00:39:53 +0000 (00:39 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Mon, 15 Apr 2019 00:39:53 +0000 (00:39 +0000)
* 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.

NEWS
linux/sh/syscallent.h

diff --git a/NEWS b/NEWS
index ae8eef45dd3e12602e398fbfba17320e59f2d92f..50256a6392cfe85115c1f9c1276dd47ecf5dedc3 100644 (file)
--- 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)
 ==============================================
index f65d2ff2b3dc0f9143573b5c2558c433ef0cd2ea..b259b72df71456c0928daf5e16bf8151c8d2ab59 100644 (file)
 [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"