On Thu, Feb 22, 2024 at 4:51 AM Dmitry Chestnykh <[email protected]> wrote: > > - xtensa is the second architecture that supports > time64 inside uClibc-ng. > - Linux Kernel always uses 32bit time variables > inside `stat` structures, so there is a need > to use `st_atime`, `st_mtime` and `st_ctime` structures with the same > 32bit-wide `tv_sec` and `tv_nsec` variables even if time64 is enabled. > > Signed-off-by: Dmitry Chestnykh <[email protected]> > --- > extra/Configs/Config.in | 2 +- > libc/sysdeps/linux/xtensa/bits/kernel_stat.h | 22 ++++++++++++++++++++ > 2 files changed, 23 insertions(+), 1 deletion(-)
Reviewed-by: Max Filippov <[email protected]> -- Thanks. -- Max _______________________________________________ devel mailing list -- [email protected] To unsubscribe send an email to [email protected]
