Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Consider long long (lld) for time_t (#173)
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 <[email protected]>
- Loading branch information