[libc-commits] [libc] [libc][stdlib] Add unsetenv (PR #202422)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Thu Jun 11 10:54:51 PDT 2026


================
@@ -12,11 +12,11 @@ add_subdirectory(math)
 add_subdirectory(stdbit)
 add_subdirectory(stdfix)
 add_subdirectory(stdio)
+add_subdirectory(unistd)
----------------
michaelrj-google wrote:

if this needs to be in a specific order you should add a comment so it doesn't get broken later.

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


More information about the libc-commits mailing list