Hi, Max Filippov wrote,
On Thu, Feb 22, 2024 at 4:51 AM Dmitry Chestnykh dm.chestnykh@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.chestnykh@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 jcmvbkbc@gmail.com
Thanks for review. commited and pushed, best regards Waldemar