[libc-commits] [libc] [libc] implement vdso (PR #91572)
James Y Knight via libc-commits
libc-commits at lists.llvm.org
Tue May 21 20:48:12 PDT 2024
jyknight wrote:
The manpage you reference is incomplete w.r.t. which functions are supported on which architectures. At least, x86-64, it's missing clock_getres, which was added in 2019.
You might wish to look at the kernel sources directly, instead of this outdated documentation -- the info is in the "VERSION" section in the vdso linker scripts. E.g. `less $(git grep -l VERSION arch/**/*lds.S)`
https://github.com/llvm/llvm-project/pull/91572
More information about the libc-commits
mailing list