]> granicus.if.org Git - strace/commit
Update statx parser and syscall entries lists to the upstream
authorVictor Krapivensky <krapivenskiy.va@phystech.edu>
Sat, 15 Apr 2017 08:43:12 +0000 (11:43 +0300)
committerDmitry V. Levin <ldv@altlinux.org>
Sat, 15 Apr 2017 13:25:57 +0000 (13:25 +0000)
commitf67d2ba565d953b3555d3a74d400f523d7fc2645
treef9671f00fc89305a363af59be5be04bd27cec972
parent87607b9afcd9f581351321296f740690b55d04d9
Update statx parser and syscall entries lists to the upstream

* linux/32/syscallent.h [291]: Add statx entry.
* linux/64/syscallent.h [291]: Likewise.
* linux/arm/syscallent.h [397]: Likewise.
* linux/m68k/syscallent.h [379]: Likewise.
* linux/mips/syscallent-n32.h [6330]: Likewise.
* linux/mips/syscallent-n64.h [5326]: Likewise.
* linux/mips/syscallent-o32.h [4366]: Likewise.
* linux/powerpc/syscallent.h [383]: Likewise.
* linux/s390/syscallent.h [379]: Likewise.
* linux/s390x/syscallent.h [379]: Likewise.
* linux/xtensa/syscallent.h [351]: Likewise.
* statx.h (struct_statx): Update.
* statx.c (SYS_FUNC(statx)): Print struct_statx.stx_attributes_mask.
* tests/xstatx.c (print_stat, main): Update to test decoding
of struct_statx.stx_attributes_mask.
14 files changed:
linux/32/syscallent.h
linux/64/syscallent.h
linux/arm/syscallent.h
linux/m68k/syscallent.h
linux/mips/syscallent-n32.h
linux/mips/syscallent-n64.h
linux/mips/syscallent-o32.h
linux/powerpc/syscallent.h
linux/s390/syscallent.h
linux/s390x/syscallent.h
linux/xtensa/syscallent.h
statx.c
statx.h
tests/xstatx.c