Hi Phil, Waldemar Brodkorb wrote,
Hi Phil, Phil Sutter wrote,
Without it, on these architectures 'lvm pvscan' will busy-loop printing:
| io_getevents failed: No such file or directory
What C library you are using? Nowadays glibc/uClibc-ng and musl have 64 Bit time_t on all supported 32 Bit architectures with a recent enough kernel (=>5.1.0).
I think using this kernel symbol is only required for C libraries not having 64 Bit time_t. So we could remove the symbol entirely in OpenADK.
I checked this on my Cubox-i (ARM 32 Bit) and your patch is valid. It seems this kernel symbol is even required for time64 enabled userland.
Thanks for cleaning it up.
committed and pushed, best regards Waldemar