From: Dmitry V. Levin Date: Fri, 25 Aug 2017 15:57:14 +0000 (+0000) Subject: microblaze: wire up statx syscall X-Git-Tag: v4.19~61 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=194a8bc7fa89601d1135547f66066d8a56c372ec;p=strace microblaze: wire up statx syscall * linux/microblaze/syscallent.h [398]: Add statx entry. --- diff --git a/linux/microblaze/syscallent.h b/linux/microblaze/syscallent.h index a50b31f4..4c7b9ada 100644 --- a/linux/microblaze/syscallent.h +++ b/linux/microblaze/syscallent.h @@ -424,3 +424,4 @@ [395] = { 4, TM|SI, SEN(pkey_mprotect), "pkey_mprotect" }, [396] = { 2, 0, SEN(pkey_alloc), "pkey_alloc" }, [397] = { 1, 0, SEN(pkey_free), "pkey_free" }, +[398] = { 5, TD|TF|TSTA, SEN(statx), "statx" },