[libc-commits] [libc] [libc] Add stub for confstr (PR #218789)

Michael Jones via libc-commits libc-commits at lists.llvm.org
Tue Aug 25 14:54:18 PDT 2026


================
@@ -1373,6 +1373,11 @@ if(LLVM_LIBC_FULL_BUILD)
 endif()
 
 if(LLVM_LIBC_ENABLE_EXPERIMENTAL_ENTRYPOINTS)
+  list(APPEND TARGET_LIBC_ENTRYPOINTS
----------------
michaelrj-google wrote:

I'm not feeling super picky. It's technically an invalid implementation since POSIX does specify a bunch of macros but I'm not worried about it.

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


More information about the libc-commits mailing list