openwrt-packages/utils/pps-tools/patches
Matt Merhar 2a5ad04756 pps-tools: use %lld in printf for 64-bit time_t
musl 1.2.0 switched to use 64-bit time_t everywhere, including 32-bit
architectures, causing garbage values to be printed from ppswatch and
ppstest.

Use the correct format string for the affected printf statements and
explicitly cast to long long to avoid potential compatibility issues
with 32-bit glibc.

Signed-off-by: Matt Merhar <mattmerhar@protonmail.com>
2023-11-16 11:27:23 -08:00
..
001-time_t_64bit.patch pps-tools: use %lld in printf for 64-bit time_t 2023-11-16 11:27:23 -08:00