Files
clang-p2996/libc/src/time
Michael Jones 16a5f7eb73 [libc] Fix implict cast to time_t warning (#126947)
On some systems time_t is 32 bit, causing build errors (with -Werror)
in get_epoch which attempts to implicitly convert an int64_t to a
time_t.

Fixes:

error: implicit conversion loses integer precision: 'int64_t' (aka 'long
long') to 'time_t' (aka 'int') [-Werror,-Wshorten-64-to-32]
      332 |     return mktime_internal(timeptr);
          |     ~~~~~~ ^~~~~~~~~~~~~~~~~~~~~~~~
2025-02-12 10:08:06 -08:00
..
2025-01-08 12:28:50 -08:00
2025-01-08 12:28:50 -08:00
2024-09-16 11:27:11 -07:00
2025-01-08 12:28:50 -08:00
2025-01-08 12:28:50 -08:00
2025-01-08 12:28:50 -08:00