aboutsummaryrefslogtreecommitdiff
path: root/linux/mips
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-07-21 10:08:42 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-07-21 19:09:35 +0000
commitce93bbdef166ea6fb242ac89b9d28125234d25d5 (patch)
treee9664f559e82a8530a4f8ffbc2bb0c2409d53f24 /linux/mips
parentba8b9556bb20d9fede5fe4fe4a2e64c1373ccc40 (diff)
downloadstrace-ce93bbdef166ea6fb242ac89b9d28125234d25d5.tar.gz
mips o32: fix utimensat syscall entry
* linux/mips/syscallent-o32.h (utimensat): set sys_flags and sys_func.
Diffstat (limited to 'linux/mips')
-rw-r--r--linux/mips/syscallent-o32.h2
1 files changed, 1 insertions, 1 deletions
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" },