[libc-commits] [libc] [libc] Add utimensat syscall wrapper and entrypoint (PR #188347)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Tue Mar 24 18:06:02 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
----------------
vonosmas wrote:
I meant that we can probably remove libc.src.errno.errno dependency, since you've added libc.src.__support.libc_errno.
https://github.com/llvm/llvm-project/pull/188347
More information about the libc-commits
mailing list