From: Dmitry V. Levin Date: Tue, 21 Jul 2015 10:08:42 +0000 (+0000) Subject: mips o32: fix utimensat syscall entry X-Git-Tag: v4.11~340 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ce93bbdef166ea6fb242ac89b9d28125234d25d5;p=strace mips o32: fix utimensat syscall entry * linux/mips/syscallent-o32.h (utimensat): set sys_flags and sys_func. --- diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h index 95ce76ae..ef9752df 100644 --- a/linux/mips/syscallent-o32.h +++ b/linux/mips/syscallent-o32.h @@ -316,7 +316,7 @@ [4313] = { 6, TD, SEN(epoll_pwait), "epoll_pwait" }, [4314] = { 3, 0, SEN(ioprio_set), "ioprio_set" }, [4315] = { 2, 0, SEN(ioprio_get), "ioprio_get" }, -[4316] = { 4, 0, SEN(printargs), "utimensat" }, +[4316] = { 4, TD|TF, SEN(utimensat), "utimensat" }, [4317] = { 3, TD|TS, SEN(signalfd), "signalfd" }, [4318] = { 4, TD, SEN(timerfd), "timerfd" }, [4319] = { 1, TD, SEN(eventfd), "eventfd" },