newlib-cygwin/libgloss/riscv/machine
Kito Cheng 20d0081998 RISC-V: Using SYS_clock_gettime64 for rv32 libgloss.
- RISC-V 32 bits linux/glibc didn't provide gettimeofday anymore
   after upstream, because RV32 didn't have backward compatible issue,
   so RV32 only support 64 bits time related system call.

 - So using clock_gettime64 call instead for rv32 libgloss.
2021-04-13 12:54:49 +02:00
..
syscall.h RISC-V: Using SYS_clock_gettime64 for rv32 libgloss. 2021-04-13 12:54:49 +02:00