]> granicus.if.org Git - strace/commitdiff
powerpc64, sparc, sparc64: wire up statx syscall
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 24 May 2017 16:17:18 +0000 (16:17 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 24 May 2017 16:17:18 +0000 (16:17 +0000)
* linux/powerpc64/syscallent.h [383]: Add statx entry.
* linux/sparc/syscallent.h [360]: Likewise.
* linux/sparc64/syscallent.h [360]: Likewise.

linux/powerpc64/syscallent.h
linux/sparc/syscallent.h
linux/sparc64/syscallent.h

index 9b6bad871608e9ebf03dbfefb33fa74024f972fe..3b65ed76c32d8f5e0c48c7f9955882b775668549 100644 (file)
 [380] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [381] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
 [382] = { 5,   TD,             SEN(kexec_file_load),           "kexec_file_load"       },
+[383] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index 3fb40ec751156d20683f26cb20271fcdc834adc5..519fa586f99893a7b42d286cf73153cc5f956704 100644 (file)
 [357] = { 6,   TD,             SEN(copy_file_range),           "copy_file_range"       },
 [358] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [359] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
+[360] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"
index 9706425d209eabda471af59ddf9fd310d680f05a..35ca7734e0ce4791576e6f23324562e30cfc0538 100644 (file)
 [357] = { 6,   TD,             SEN(copy_file_range),           "copy_file_range"       },
 [358] = { 6,   TD,             SEN(preadv2),                   "preadv2"               },
 [359] = { 6,   TD,             SEN(pwritev2),                  "pwritev2"              },
+[360] = { 5,   TD|TF|TSTA,     SEN(statx),                     "statx"                 },
 
 #define SYS_socket_subcall     400
 #include "subcall.h"