commit | e4681a0634f882a33a1ec59675a4df92e2578486 | [log] [tgz] |
---|---|---|
author | Keith Packard <keithp@keithp.com> | Fri Oct 13 17:26:27 2023 -0700 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Thu Oct 26 10:06:35 2023 -0400 |
tree | e9db59d5bc6fe38c20a4daea070c558b6c391a14 | |
parent | dfd584204c45192fb3b1414347f97a0c6c6f74e0 [diff] |
test/c_lib: Don't fail to compile tests with 32-bit time_t The native library may use a 32-bit time_t, so we need to avoid having the compiler generate an error during compilation. Signed-off-by: Keith Packard <keithp@keithp.com>