From: Dmitry V. Levin Date: Wed, 15 Jul 2015 23:03:15 +0000 (+0000) Subject: ia64: wire up utimensat syscall X-Git-Tag: v4.11~449 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdd0fce3d3d17f8b44ed1196dd478f26336bbab0;p=strace ia64: wire up utimensat syscall * linux/ia64/syscallent.h (utimensat): New entry. --- diff --git a/linux/ia64/syscallent.h b/linux/ia64/syscallent.h index 27f3ca97..5d0c58cd 100644 --- a/linux/ia64/syscallent.h +++ b/linux/ia64/syscallent.h @@ -516,7 +516,7 @@ [1303] = { 4, TD, SEN(fallocate), "fallocate" }, [1304] = { 3, 0, SEN(getcpu), "getcpu" }, [1305] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, -[1306] = { }, +[1306] = { 4, TD|TF, SEN(utimensat), "utimensat" }, [1307] = { 3, TD|TS, SEN(signalfd), "signalfd" }, [1308] = { 4, TD, SEN(timerfd), "timerfd" }, [1309] = { 1, TD, SEN(eventfd), "eventfd" },