[libc-commits] [libc] [libc] Add tmpnam implementation (PR #204901)

Shubh Pachchigar via libc-commits libc-commits at lists.llvm.org
Sat Jun 20 12:26:31 PDT 2026


================
@@ -55,4 +55,16 @@ extern FILE *stderr;
 #define SEEK_END 2
 #endif
 
+#ifndef L_tmpnam
+#define L_tmpnam 20
----------------
shubhe25p wrote:

Thanks, okay sure I will try to make it more concrete and put some derivation

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


More information about the libc-commits mailing list