On 16/10/2020 06:14, Lukasz Majewski wrote: > Thanks for converting this. > > Reviewed-by: Lukasz Majewski > > Side comment: > ------------- > > Now, I've just realized that struct __rusage64 (defined in non-exported > header: include/sys/resource.h) also needs to be exported for proper > Y2038 support (the same case as with struct __stat64_t64). It should to enable getrusage, wait3, and wait4. Although not really related, I wonder if we should deprecate vtimes as well.