aboutsummaryrefslogtreecommitdiff
path: root/utils/pps-tools/patches/001-time_t_64bit.patch
Commit message (Collapse)AuthorAge
* pps-tools: use %lld in printf for 64-bit time_tMatt Merhar2023-11-16
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>