[libc-commits] [libc] [libc] Add tmpnam implementation (PR #204901)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Thu Aug 27 22:22:46 PDT 2026
================
@@ -1244,6 +1244,7 @@ if(LLVM_LIBC_FULL_BUILD)
libc.src.stdio.stdin
libc.src.stdio.stdout
libc.src.stdio.ungetc
+ libc.src.stdio.tmpnam
----------------
vonosmas wrote:
Nit: could you please keep this list of stdio.h entrypoints more sorted (here and in other files)?
https://github.com/llvm/llvm-project/pull/204901
More information about the libc-commits
mailing list