]> granicus.if.org Git - strace/commitdiff
s390: decode fadvise64 and fadvise64_64
authorDmitry V. Levin <ldv@altlinux.org>
Fri, 12 Feb 2016 19:28:34 +0000 (19:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 13 Feb 2016 00:57:00 +0000 (00:57 +0000)
* linux/s390/syscallent.h (fadvise64): Set sys_func.
(fadvise64_64): Set nargs and sys_func.

linux/s390/syscallent.h

index a9ba385dbcda0cd1bbb3a3e0372385e38df0339e..74fce8966008b108a5732bf4b88bd437a36c6ec2 100644 (file)
 [250] = { 4,   TD,             SEN(epoll_ctl),                 "epoll_ctl"             },
 [251] = { 4,   TD,             SEN(epoll_wait),                "epoll_wait"            },
 [252] = { 1,   0,              SEN(set_tid_address),           "set_tid_address"       },
-[253] = { 5,   TD,             SEN(printargs),                 "fadvise64"             },
+[253] = { 5,   TD,             SEN(fadvise64),                 "fadvise64"             },
 [254] = { 3,   0,              SEN(timer_create),              "timer_create"          },
 [255] = { 4,   0,              SEN(timer_settime),             "timer_settime"         },
 [256] = { 2,   0,              SEN(timer_gettime),             "timer_gettime"         },
 [261] = { 2,   0,              SEN(clock_getres),              "clock_getres"          },
 [262] = { 4,   0,              SEN(clock_nanosleep),           "clock_nanosleep"       },
 [263] = { 5,   0,              SEN(vserver),                   "vserver"               },
-[264] = { 1,   TD,             SEN(printargs),                 "fadvise64_64"          },
+[264] = { 6,   TD,             SEN(fadvise64_64),              "fadvise64_64"          },
 [265] = { 3,   TF,             SEN(statfs64),                  "statfs64"              },
 [266] = { 3,   TD,             SEN(fstatfs64),                 "fstatfs64"             },
 [267] = { 5,   TM|SI,          SEN(remap_file_pages),          "remap_file_pages"      },