summaryrefslogtreecommitdiff
path: root/libc/src/time/windows/clock_getres.cpp
AgeCommit message (Collapse)Author
2025-06-11[libc] Move libc_errno.h to libc/src/__support and make ↵lntue
LIBC_ERRNO_MODE_SYSTEM to be header-only. (#143187) This is the first step in preparation for: https://discourse.llvm.org/t/rfc-make-clang-builtin-math-functions-constexpr-with-llvm-libc-to-support-c-23-constexpr-math-functions/86450
2024-12-09[libc][time][windows] implement clock_getres (#118931)Schrodinger ZHU Yifan