]> granicus.if.org Git - strace/commitdiff
mips: fix fadvise64 syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 22:32:33 +0000 (22:32 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 8 Dec 2015 22:35:26 +0000 (22:35 +0000)
* 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.

linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h

index 346fec8bb3c3c27a34c45364babaf402d55c121a..f97511dae2a815c5efbc6a109f5cb9badeec9f78 100644 (file)
 [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"            },
index 0fc5aa1101e490c907ccc5e5470e977ef6eb6293..9f3203809ce21c1efef6afd1950200b80c16c498 100644 (file)
 [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"         },
index 8347b9c8ea820f44ea527de426f278549ca7d02b..ab1f6c57eba0bd5e1ae2b7581e3ef9020347362c 100644 (file)
 [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"          },