[libc-commits] [libc] [libc][stdlib] Implement setenv() with environment management infrastructure (PR #163018)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Jan 15 10:16:20 PST 2026


================
@@ -65,6 +65,24 @@ add_entrypoint_object(
   libc.config.app_h
 )
 
+if(TARGET libc.src.__support.threads.mutex)
----------------
michaelrj-google wrote:

why does this depend on mutex? There are no mutexes in `environ_internal`

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


More information about the libc-commits mailing list