mirror of
https://github.com/intel/llvm.git
synced 2026-01-25 01:07:04 +08:00
These functions don't have a _time64 variant, so we can't use time_t directly (since our time_t is a uint64_t). The workaround is to use longs when doing the syscall and write back when necessary.