[libc-commits] [libc] [libc] Implement renameat in stdio (PR #225739)

Aman Maurya via libc-commits libc-commits at lists.llvm.org
Wed Sep 23 22:09:13 PDT 2026


================
@@ -23,6 +23,17 @@ add_entrypoint_object(
     libc.src.errno.errno
 )
 
+add_entrypoint_object(
+  renameat
+  SRCS
+    renameat.cpp
+  HDRS
+    ../renameat.h
+  DEPENDS
+    libc.src.__support.OSUtil.linux.syscall_wrappers.rename
+    libc.src.errno.errno
----------------
amanmaurya92 wrote:

I added some, but I will look into this more.

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


More information about the libc-commits mailing list