From ce93bbdef166ea6fb242ac89b9d28125234d25d5 Mon Sep 17 00:00:00 2001 From: "Dmitry V. Levin" Date: Tue, 21 Jul 2015 10:08:42 +0000 Subject: [PATCH] mips o32: fix utimensat syscall entry * linux/mips/syscallent-o32.h (utimensat): set sys_flags and sys_func. --- linux/mips/syscallent-o32.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }, -- 2.50.1