From: Dmitry V. Levin Date: Sun, 5 Nov 2017 20:18:44 +0000 (+0000) Subject: hppa: wire up statx syscall X-Git-Tag: v4.20~20 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4d8eedbd4fde86062d109b9b05d83c36223a4d6f;p=strace hppa: wire up statx syscall * linux/hppa/syscallent.h [349]: Add statx entry. --- diff --git a/linux/hppa/syscallent.h b/linux/hppa/syscallent.h index aa25918b..89253380 100644 --- a/linux/hppa/syscallent.h +++ b/linux/hppa/syscallent.h @@ -352,3 +352,4 @@ [346] = { 6, TD, SEN(copy_file_range), "copy_file_range" }, [347] = { 6, TD, SEN(preadv2), "preadv2" }, [348] = { 6, TD, SEN(pwritev2), "pwritev2" }, +[349] = { 5, TD|TF|TSTA, SEN(statx), "statx" },