There is a new pull request by ericonr against master on the void-packages repository https://github.com/ericonr/void-packages busy https://github.com/void-linux/void-packages/pull/28607 busybox: fix time64 patch. The syscall name was changed explicitly so compilation broke instead of allowing programs using the raw syscall to use the time64 struct timespec with a syscall expecting the old one. Since we have modern glibc and musl, we can just force clock_gettime usage. The previous patch also broke y2038 support. Not revbumping, since c085deae94a6fbd3d113eaceaaee4f0f947e091d didn't either. #### General - [ ] This is a new package and it conforms to the [quality requirements](https://github.com/void-linux/void-packages/blob/master/Manual.md#quality-requirements) #### Have the results of the proposed changes been tested? - [ ] I use the packages affected by the proposed changes on a regular basis and confirm this PR works for me - [ ] I generally don't use the affected packages but briefly tested this PR A patch file from https://github.com/void-linux/void-packages/pull/28607.patch is attached