sh64, sparc64: use proper decoder for fadvise64_64 syscall

This change is no-op yet, but things will change when decoder
of fadvise64 syscall get fixed.

* linux/sh64/syscallent.h (fadvise64_64): Replace SEN(fadvise64)
with SEN(fadvise64_64).
* linux/sparc64/syscallent.h (fadvise64_64): Likewise.
This commit is contained in:
Дмитрий Левин 2016-09-27 18:11:10 +00:00
parent dbb76606dc
commit cfa1b17619
2 changed files with 2 additions and 2 deletions

View File

@ -323,7 +323,7 @@
[297] = { 3, TD, SEN(fstatfs64), "fstatfs64" },
[298] = { 3, TS, SEN(tgkill), "tgkill" },
[299] = { 2, TF, SEN(utimes), "utimes" },
[300] = { 4, TD, SEN(fadvise64), "fadvise64_64" },
[300] = { 4, TD, SEN(fadvise64_64), "fadvise64_64" },
[301] = { },
[302] = { 6, TM, SEN(mbind), "mbind" },
[303] = { 5, TM, SEN(get_mempolicy), "get_mempolicy" },

View File

@ -206,7 +206,7 @@
[207] = { 3, 0, SEN(syslog), "syslog" },
[208] = { 3, 0, SEN(lookup_dcookie), "lookup_dcookie" },
[209] = { 4, TD, SEN(fadvise64), "fadvise64" },
[210] = { 4, TD, SEN(fadvise64), "fadvise64_64" },
[210] = { 4, TD, SEN(fadvise64_64), "fadvise64_64" },
[211] = { 3, TS, SEN(tgkill), "tgkill" },
[212] = { 3, TP, SEN(waitpid), "waitpid" },
[213] = { 1, TF, SEN(swapoff), "swapoff" },