]> granicus.if.org Git - strace/commitdiff
avr32: fix fstatat64 syscall entry
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 16:28:48 +0000 (16:28 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 21 Jul 2015 19:09:35 +0000 (19:09 +0000)
* linux/avr32/syscallent.h (fstatat64): Set sys_func.

linux/avr32/syscallent.h

index ccd1488339e372bc9bee0babe8b1875cf4d8e5e0..a563b67d5f6630b5ddc0f3672dabf095163bb9d7 100644 (file)
 [245] = { 4,   TD|TF,          SEN(mknodat),                   "mknodat"               },
 [246] = { 5,   TD|TF,          SEN(fchownat),                  "fchownat"              },
 [247] = { 3,   TD|TF,          SEN(futimesat),                 "futimesat"             },
-[248] = { 4,   TD|TF,          SEN(printargs),                 "fstatat64"             },
+[248] = { 4,   TD|TF,          SEN(newfstatat),                "fstatat64"             },
 [249] = { 3,   TD|TF,          SEN(unlinkat),                  "unlinkat"              },
 [250] = { 4,   TD|TF,          SEN(renameat),                  "renameat"              },
 [251] = { 5,   TD|TF,          SEN(linkat),                    "linkat"                },