Age | Commit message (Collapse) | Author | |
---|---|---|---|
2024-06-22 | parisc: Add 32-bit gettimeofday() and clock_gettime() vDSO functions | Helge Deller | |
Add vDSO implementations for gettimeofday(), clock_gettime() and clock_gettime64() kernel syscalls. Currently those functions are implemented as pure syscall wrappers. Signed-off-by: Helge Deller <deller@gmx.de> |