[libc-commits] [libc] [libc] Implement tmpfile and corresponding tests (PR #213396)
Alexey Samsonov via libc-commits
libc-commits at lists.llvm.org
Wed Aug 5 10:54:18 PDT 2026
================
@@ -0,0 +1,41 @@
+//===----------------------------------------------------------------------===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
+//
+//===----------------------------------------------------------------------===//
+///
+/// \file
+/// Linux implementation of tmpefile.
----------------
vonosmas wrote:
nit:typo (should be tmpfile)
https://github.com/llvm/llvm-project/pull/213396
More information about the libc-commits
mailing list