aboutsummaryrefslogtreecommitdiff
path: root/linux/mips
diff options
context:
space:
mode:
authorDmitry V. Levin <ldv@altlinux.org>2015-12-08 22:32:33 +0000
committerDmitry V. Levin <ldv@altlinux.org>2015-12-08 22:35:26 +0000
commite3a2fe007b8b6f29c4c3c46d540a483406eb43be (patch)
tree45299a1145e8b63d66ed3766319f53f9987b11a3 /linux/mips
parentebb38bc5bb99678e5f59b0959f0e84888cacb13b (diff)
downloadstrace-e3a2fe007b8b6f29c4c3c46d540a483406eb43be.tar.gz
mips: fix fadvise64 syscall entries
* linux/mips/syscallent-n32.h [6216]: Change syscall handler from fadvise64 to fadvise64_64. * linux/mips/syscallent-n64.h [5215]: Rename from "fadvise64_64" to "fadvise64" * linux/mips/syscallent-o32.h [4254]: Likewise.
Diffstat (limited to 'linux/mips')
-rw-r--r--linux/mips/syscallent-n32.h2
-rw-r--r--linux/mips/syscallent-n64.h2
-rw-r--r--linux/mips/syscallent-o32.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/linux/mips/syscallent-n32.h b/linux/mips/syscallent-n32.h
index 346fec8b..f97511da 100644
--- a/linux/mips/syscallent-n32.h
+++ b/linux/mips/syscallent-n32.h
@@ -216,7 +216,7 @@
[6213] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
[6214] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
[6215] = { 4, TI, SEN(semtimedop), "semtimedop" },
-[6216] = { 4, TD, SEN(fadvise64), "fadvise64" },
+[6216] = { 4, TD, SEN(fadvise64_64), "fadvise64" },
[6217] = { 3, TF, SEN(statfs64), "statfs64" },
[6218] = { 3, TD, SEN(fstatfs64), "fstatfs64" },
[6219] = { 4, TD|TN, SEN(sendfile64), "sendfile64" },
diff --git a/linux/mips/syscallent-n64.h b/linux/mips/syscallent-n64.h
index 0fc5aa11..9f320380 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_64" },
+[5215] = { 4, TD, SEN(fadvise64_64), "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" },
diff --git a/linux/mips/syscallent-o32.h b/linux/mips/syscallent-o32.h
index 8347b9c8..ab1f6c57 100644
--- a/linux/mips/syscallent-o32.h
+++ b/linux/mips/syscallent-o32.h
@@ -254,7 +254,7 @@
[4251] = { 5, TM|SI, SEN(remap_file_pages), "remap_file_pages" },
[4252] = { 1, 0, SEN(set_tid_address), "set_tid_address" },
[4253] = { 0, 0, SEN(restart_syscall), "restart_syscall" },
-[4254] = { 7, TD, SEN(fadvise64_64), "fadvise64_64" },
+[4254] = { 7, TD, SEN(fadvise64_64), "fadvise64" },
[4255] = { 3, TF, SEN(statfs64), "statfs64" },
[4256] = { 2, TD, SEN(fstatfs64), "fstatfs64" },
[4257] = { 3, 0, SEN(timer_create), "timer_create" },