[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:43 PDT 2026


================
@@ -24,6 +24,22 @@
 namespace LIBC_NAMESPACE_DECL {
 namespace linux_syscalls {
 
+LIBC_INLINE ErrorOr<int> renameat(int olddirfd, const char *oldpath,
----------------
amanmaurya92 wrote:

done

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


More information about the libc-commits mailing list