[libc-commits] [libc] [llvm] [libc][c11] Add stdio.h's rename() function (PR #85068)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Mar 19 16:46:14 PDT 2024


================
@@ -355,6 +355,23 @@ if(${LIBC_TARGET_OS} STREQUAL "linux")
   )
 endif()
 
+if(${LIBC_TARGET_OS} STREQUAL "linux")
----------------
michaelrj-google wrote:

this can share a condition with the above test

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


More information about the libc-commits mailing list