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.
This commit is contained in:
Дмитрий Левин 2015-12-08 22:32:33 +00:00
parent ebb38bc5bb
commit e3a2fe007b
3 changed files with 3 additions and 3 deletions

View File

@ -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" },

View File

@ -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" },

View File

@ -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" },