[libc-commits] [libc] [libc] implement clock_gettime using vDSO (PR #108458)
Schrodinger ZHU Yifan via libc-commits
libc-commits at lists.llvm.org
Thu Sep 12 15:08:04 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"
----------------
SchrodingerZhu wrote:
ah. clangd automatically pulled it in
https://github.com/llvm/llvm-project/pull/108458
More information about the libc-commits
mailing list