[libc-commits] [libc] [libc] implement clock_gettime using vDSO (PR #108458)
Joseph Huber via libc-commits
libc-commits at lists.llvm.org
Thu Sep 12 14:57:32 PDT 2024
================
@@ -11,6 +11,8 @@
#include "hdr/types/clockid_t.h"
#include "hdr/types/struct_timespec.h"
+#include "src/__support/OSUtil/linux/vdso.h"
+#include "src/__support/OSUtil/linux/x86_64/vdso.h"
----------------
jhuber6 wrote:
Invalid on non x64 Linux targets?
https://github.com/llvm/llvm-project/pull/108458
More information about the libc-commits
mailing list