]> granicus.if.org Git - strace/commitdiff
xtensa: fix several syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Aug 2015 13:34:00 +0000 (13:34 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 19 Aug 2015 13:36:44 +0000 (13:36 +0000)
* linux/xtensa/syscallent.h: Fix nargs in splice, tee, vmsplice,
pselect6, ppoll, epoll_pwait, and set_robust_list syscall entries.

linux/xtensa/syscallent.h

index 020c3dbfeb00399b848d83187fe21336205f7211..da6ed45414ea085e859fb73468d33e2810af6621 100644 (file)
 [265] = { 3,   TM,             SEN(set_mempolicy),             "set_mempolicy"         },
 [266] = { 1,   TP,             SEN(unshare),                   "unshare"               },
 [267] = { 6,   TM,             SEN(move_pages),                "move_pages"            },
-[268] = { 0,   TD,             SEN(splice),                    "splice"                },
-[269] = { 0,   TD,             SEN(tee),                       "tee"                   },
-[270] = { 0,   TD,             SEN(vmsplice),                  "vmsplice"              },
+[268] = { 6,   TD,             SEN(splice),                    "splice"                },
+[269] = { 4,   TD,             SEN(tee),                       "tee"                   },
+[270] = { 4,   TD,             SEN(vmsplice),                  "vmsplice"              },
 [271] = { },
-[272] = { 0,   TD,             SEN(pselect6),                  "pselect6"              },
-[273] = { 0,   TD,             SEN(ppoll),                     "ppoll"                 },
-[274] = { 0,   TD,             SEN(epoll_pwait),               "epoll_pwait"           },
+[272] = { 6,   TD,             SEN(pselect6),                  "pselect6"              },
+[273] = { 5,   TD,             SEN(ppoll),                     "ppoll"                 },
+[274] = { 6,   TD,             SEN(epoll_pwait),               "epoll_pwait"           },
 [275] = { 1,   TD,             SEN(epoll_create1),             "epoll_create1"         },
 [276] = { 0,   TD,             SEN(inotify_init),              "inotify_init"          },
 [277] = { 3,   TD,             SEN(inotify_add_watch),         "inotify_add_watch"     },
 [281] = { 4,   0,              SEN(kexec_load),                "kexec_load"            },
 [282] = { 2,   0,              SEN(ioprio_set),                "ioprio_set"            },
 [283] = { 3,   0,              SEN(ioprio_get),                "ioprio_get"            },
-[284] = { 3,   0,              SEN(set_robust_list),           "set_robust_list"       },
+[284] = { 2,   0,              SEN(set_robust_list),           "set_robust_list"       },
 [285] = { 3,   0,              SEN(get_robust_list),           "get_robust_list"       },
 [286 ... 287] = { },
 [288] = { 4,   TD|TF,          SEN(openat),                    "openat"                },