[libc-commits] [libc] [libc] Enable setitimer and getitimer functions on riscv (PR #139182)
Mikhail R. Gadelha via libc-commits
libc-commits at lists.llvm.org
Fri May 16 09:19:04 PDT 2025
mikhailramalho wrote:
Other libcs do the same:
* musl: https://git.musl-libc.org/cgit/musl/tree/src/signal/setitimer.c#n9
* glibc: https://github.com/bminor/glibc/blob/21e54f160f6245f959cca1f48bad9cca487c2570/sysdeps/unix/sysv/linux/getitimer.c
There is also a discussion on not having a _time64 version of these syscalls, like we have for other: https://inbox.sourceware.org/libc-alpha/CAKmqyKMHF2okhU6W7OgQiNX+AeXUjm9YagVK2dczUe=nrgC=Eg@mail.gmail.com/T/
https://github.com/llvm/llvm-project/pull/139182
More information about the libc-commits
mailing list