================
@@ -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