mirror of
https://github.com/wolfcw/libfaketime.git
synced 2026-05-17 08:36:28 +03:00
On x32, time_t is 64-bit to avoid Y2038 problems. This doesn't play well
using printf("%ld"), and -Werror turns this into a build failure.