[libc-commits] [libc] [libc] Implement mkostemp (PR #224112)

Alexey Samsonov via libc-commits libc-commits at lists.llvm.org
Wed Sep 16 13:50:21 PDT 2026


================
@@ -0,0 +1,33 @@
+//===----------------------------------------------------------------------===//
+//
+// 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
+/// Declaration of mkostemp, a POSIX function that creates a unique temporary
----------------
vonosmas wrote:

I think that's a bit too verbose and repetitive (to include both in header and in implementation)

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


More information about the libc-commits mailing list