Commit Graph

2 Commits

Author SHA1 Message Date
Alexander Zhirov c40e42d4c9 Some libc implementations are shifting toward using 64-bit time_t for
all arches to solve the year 2038 problem. musl is one of them, see [1].

So when compiling for a 32-bit arch time_t will be long long. This
commit adds this option.

[1] https://musl.libc.org/time64.html

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2024-06-13 15:06:14 +03:00
Alexander Zhirov 4bee8d2db1 fork from github 2023-05-25 11:30:27 +03:00