On Thu, Feb 29, 2024 at 10:42:16AM +0300, Dmitriy Chestnykh wrote:
In uClibc almost all architectures uses their own
kernel_stat.h header, so
i follow this way. Also we have to handle what time_t we use - 32bit or
64bit and make time structures in kernel_stat structure in accordance with
this.
For other architectures (ARM, PPC, MIPS, xtensa) we already use the same
scheme. These are the arguments to use the solution that I implemented :)
Hi Dmitriy,
I read this but was not on my system to reply.
These are good reasons and thanks for the fixes!
-Stafford