[libc-commits] [libc] [libc][NFC] adjust time related implementations (PR #91485)

via libc-commits libc-commits at lists.llvm.org
Thu May 9 07:36:13 PDT 2024


================
@@ -0,0 +1,14 @@
+add_object_library(
+  clock_gettime
+  HDRS
+    ../clock_gettime.h
+  SRCS
+    clock_gettime.cpp
+  DEPENDS
+    libc.include.sys_syscall
+    libc.hdr.types.struct_timespec
+    libc.hdr.types.clockid_t
+    libc.src.__support.common
+    libc.src.__support.error_or
+    libc.src.__support.OSUtil.osutil
+)
----------------
lntue wrote:

Missing empty line at the end of file.

https://github.com/llvm/llvm-project/pull/91485


More information about the libc-commits mailing list