Files
clang-p2996/libc/config
Mikhail R. Gadelha ba38e56c98 [libc] Enable setitimer and getitimer functions on riscv (#139182)
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.
2025-05-16 18:55:32 -03:00
..
2025-05-09 09:02:33 -07:00
2025-05-09 09:02:33 -07:00