[libc-commits] [libc] [libc] Add utimensat syscall wrapper and entrypoint (PR #188347)

Jeff Bailey via libc-commits libc-commits at lists.llvm.org
Wed Mar 25 00:47:34 PDT 2026


================
@@ -5,14 +5,16 @@ add_entrypoint_object(
   HDRS
     ../utimes.h
   DEPENDS
+    libc.hdr.types.struct_timespec
     libc.hdr.types.struct_timeval
     libc.hdr.fcntl_macros
     libc.src.__support.OSUtil.osutil
+    libc.src.__support.OSUtil.linux.syscall_wrappers.utimensat
     libc.include.sys_stat
     libc.include.sys_syscall
     libc.include.fcntl
-    libc.src.__support.OSUtil.osutil
     libc.src.errno.errno
----------------
kaladron wrote:

Sorry, I misread this.  Yes, thanks for the catch.  I also just filed https://github.com/llvm/llvm-project/issues/188427 to try to see if we can't bake this into the platform.

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


More information about the libc-commits mailing list