]> sourceware.org Git - glibc.git/commit
io: Use struct statx and xstatx in tests
authorFlorian Weimer <fweimer@redhat.com>
Fri, 16 Aug 2024 14:05:20 +0000 (16:05 +0200)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 16 Aug 2024 14:05:20 +0000 (16:05 +0200)
commitbf2927484152e12996af60ea439cf94b66fcd81d
tree10b66543486ca858cfe88fb204dbc0df67c27f36
parent921690512946d73bf66a8c495baff31316e4489f
io: Use struct statx and xstatx in tests

This avoids the need to define struct_statx to an appropriate
struct stat type variant because struct statx does not change
based on time/file offset flags.

Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
14 files changed:
io/tst-futimens-time64.c
io/tst-futimens.c
io/tst-futimes-time64.c
io/tst-futimes.c
io/tst-futimesat-time64.c
io/tst-futimesat.c
io/tst-lutimes-time64.c
io/tst-lutimes.c
io/tst-utime-time64.c
io/tst-utime.c
io/tst-utimensat-time64.c
io/tst-utimensat.c
io/tst-utimes-time64.c
io/tst-utimes.c
This page took 0.046967 seconds and 5 git commands to generate.