[libc-commits] [libc] [libc] implement sys/uio/writev (PR #122233)
Nick Desaulniers via libc-commits
libc-commits at lists.llvm.org
Thu Jan 9 10:02:34 PST 2025
================
@@ -0,0 +1,21 @@
+//===-- Proxy for struct iovec -------------------------------------------===//
+//
+// 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
+//
+//===----------------------------------------------------------------------===//
+#ifndef LLVM_LIBC_HDR_TYPES_STRUCT_FLOCK64_H
+#define LLVM_LIBC_HDR_TYPES_STRUCT_FLOCK64_H
----------------
nickdesaulniers wrote:
copy pasta in the header guard
https://github.com/llvm/llvm-project/pull/122233
More information about the libc-commits
mailing list