[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
================
@@ -26,6 +26,12 @@ macros:
macro_header: stdio-macros.h
- macro_name: _IOFBF
macro_header: stdio-macros.h
+ - macro_name: L_tmpnam
+ macro_header: stdio-macros.h
+ - macro_name: TMP_MAX
+ macro_header: stdio-macros.h
+ - macro_name: P_tmpdir
----------------
vonosmas wrote:
See above - let's remove this macro and reference to it
https://github.com/llvm/llvm-project/pull/204901
More information about the libc-commits
mailing list