On Thu, Feb 22, 2024 at 4:51 AM Dmitry Chestnykh <dm.chestn...@gmail.com> 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 <dm.chestn...@gmail.com> > --- > 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 <jcmvb...@gmail.com> -- Thanks. -- Max _______________________________________________ devel mailing list -- devel@uclibc-ng.org To unsubscribe send an email to devel-le...@uclibc-ng.org