aboutsummaryrefslogtreecommitdiff
path: root/linux/mips
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2016-02-12 19:24:50 +0000
committerDmitry V. Levin <ldv@altlinux.org>2016-02-13 00:57:00 +0000
commit61066ea8e72d6ae7bcfaeda4005198c8f359cf15 (patch)
tree655a6b378bc32acd9f999369ab029347b72c48f9 /linux/mips
parent1a1661813df06f233e82f537b29872ff19c8f206 (diff)
downloadstrace-61066ea8e72d6ae7bcfaeda4005198c8f359cf15.tar.gz
mips n64: use the most optimal parser for fadvise64 syscall
* linux/mips/syscallent-n64.h (fadvise64): Replace SEN(fadvise64_64) with SEN(fadvise64).
Diffstat (limited to 'linux/mips')
-rw-r--r--linux/mips/syscallent-n64.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 2d641933..18c1a88a 100644
--- a/linux/mips/syscallent-n64.h
+++ b/linux/mips/syscallent-n64.h
@@ -215,7 +215,7 @@
[5212] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
[5213] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
[5214] = { 4, TI, SEN(semtimedop), "semtimedop" },
-[5215] = { 4, TD, SEN(fadvise64_64), "fadvise64" },
+[5215] = { 4, TD, SEN(fadvise64), "fadvise64" },
[5216] = { 3, 0, SEN(timer_create), "timer_create" },
[5217] = { 4, 0, SEN(timer_settime), "timer_settime" },
[5218] = { 2, 0, SEN(timer_gettime), "timer_gettime" },