void-packages/srcpkgs/busybox
Érico Rolim c9307124d9 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 c085deae94 didn't
either.
2021-02-09 12:31:43 -03:00
..
files busybox: add more applets to busybox-huge. 2021-02-03 20:46:05 +01:00
patches busybox: fix time64 patch. 2021-02-09 12:31:43 -03:00
template busybox: add more applets to busybox-huge. 2021-02-03 20:46:05 +01:00
update