[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:47 PDT 2026


================
@@ -54,5 +54,25 @@ extern FILE *stderr;
 #ifndef SEEK_END
 #define SEEK_END 2
 #endif
+/*
----------------
vonosmas wrote:

Nit: please keep the blocks for each macro separated with a blank line.

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


More information about the libc-commits mailing list