* 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.
* 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)
==============================================
[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"