]> granicus.if.org Git - strace/commitdiff
alpha, ppc, sh, sh64: fix fstatat64 syscall entries
authorDmitry V. Levin <ldv@altlinux.org>
Tue, 1 Dec 2015 11:11:30 +0000 (11:11 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Tue, 1 Dec 2015 11:35:21 +0000 (11:35 +0000)
* linux/alpha/syscallent.h (newfstatat): Change sys_name to fstatat64.
* linux/powerpc/syscallent.h: Likewise.
* linux/sh/syscallent.h: Likewise.
* linux/sh64/syscallent.h: Likewise.

linux/alpha/syscallent.h
linux/powerpc/syscallent.h
linux/sh/syscallent.h
linux/sh64/syscallent.h

index 9d5826b373f04213ed87a206d25c2f6ed2e3a39b..e5ecb6a29ee6284382205f7e0611586b5b21bd72 100644 (file)
 [452] = { 4,   TD|TF,          SEN(mknodat),                   "mknodat"               },
 [453] = { 5,   TD|TF,          SEN(fchownat),                  "fchownat"              },
 [454] = { 3,   TD|TF,          SEN(futimesat),                 "futimesat"             },
-[455] = { 4,   TD|TF,          SEN(newfstatat),                "newfstatat"            },
+[455] = { 4,   TD|TF,          SEN(newfstatat),                "fstatat64"             },
 [456] = { 3,   TD|TF,          SEN(unlinkat),                  "unlinkat"              },
 [457] = { 4,   TD|TF,          SEN(renameat),                  "renameat"              },
 [458] = { 5,   TD|TF,          SEN(linkat),                    "linkat"                },
index 209f1d4863eaf7fbb81a0c83f85f864fb42a1cc8..0bb4c4064e6745578b91d2a69dd348ce0a995147 100644 (file)
 [288] = { 4,   TD|TF,          SEN(mknodat),                   "mknodat"               },
 [289] = { 5,   TD|TF,          SEN(fchownat),                  "fchownat"              },
 [290] = { 3,   TD|TF,          SEN(futimesat),                 "futimesat"             },
-[291] = { 4,   TD|TF,          SEN(newfstatat),                "newfstatat"            },
+[291] = { 4,   TD|TF,          SEN(newfstatat),                "fstatat64"             },
 [292] = { 3,   TD|TF,          SEN(unlinkat),                  "unlinkat"              },
 [293] = { 4,   TD|TF,          SEN(renameat),                  "renameat"              },
 [294] = { 5,   TD|TF,          SEN(linkat),                    "linkat"                },
index 181e302459a5c254cb688d5d7a0aacfac7918bcd..865e01aa05e9d670980abaeb74ebce2dd6a17bcd 100644 (file)
 [297] = { 4,   TD|TF,          SEN(mknodat),                   "mknodat"               },
 [298] = { 5,   TD|TF,          SEN(fchownat),                  "fchownat"              },
 [299] = { 3,   TD|TF,          SEN(futimesat),                 "futimesat"             },
-[300] = { 4,   TD|TF,          SEN(newfstatat),                "newfstatat"            },
+[300] = { 4,   TD|TF,          SEN(newfstatat),                "fstatat64"             },
 [301] = { 3,   TD|TF,          SEN(unlinkat),                  "unlinkat"              },
 [302] = { 4,   TD|TF,          SEN(renameat),                  "renameat"              },
 [303] = { 5,   TD|TF,          SEN(linkat),                    "linkat"                },
index 3ac2974284d92c62c7fbb87a54dba6cbb7b1db36..6b4335f913bf7e3fdad9a0673734f452a8542687 100644 (file)
 [325] = { 4,   TD|TF,          SEN(mknodat),                   "mknodat"               },
 [326] = { 5,   TD|TF,          SEN(fchownat),                  "fchownat"              },
 [327] = { 3,   TD|TF,          SEN(futimesat),                 "futimesat"             },
-[328] = { 4,   TD|TF,          SEN(newfstatat),                "newfstatat"            },
+[328] = { 4,   TD|TF,          SEN(newfstatat),                "fstatat64"             },
 [329] = { 3,   TD|TF,          SEN(unlinkat),                  "unlinkat"              },
 [330] = { 4,   TD|TF,          SEN(renameat),                  "renameat"              },
 [331] = { 5,   TD|TF,          SEN(linkat),                    "linkat"                },