[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
================
@@ -18,6 +18,9 @@
#include "src/__support/alloc-checker.h"
#include "src/__support/macros/config.h"
#include "src/string/memory_utils/inline_memcpy.h"
+#ifdef LIBC_SUPPORT_ENVIRON
----------------
michaelrj-google wrote:
copts like this should start `LIBC_COPT_`...
https://github.com/llvm/llvm-project/pull/202422
More information about the libc-commits
mailing list