From 4d8eedbd4fde86062d109b9b05d83c36223a4d6f Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Sun, 5 Nov 2017 20:18:44 +0000 Subject: [PATCH] hppa: wire up statx syscall * linux/hppa/syscallent.h [349]: Add statx entry. --- linux/hppa/syscallent.h | 1 + 1 file changed, 1 insertion(+) 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" }, -- 2.40.0