Skip to content

Commit 329f950

Browse files
fix copy pasta
1 parent 6f3899a commit 329f950

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

libc/hdr/types/struct_iovec.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55
// SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
66
//
77
//===----------------------------------------------------------------------===//
8-
#ifndef LLVM_LIBC_HDR_TYPES_STRUCT_FLOCK64_H
9-
#define LLVM_LIBC_HDR_TYPES_STRUCT_FLOCK64_H
8+
#ifndef LLVM_LIBC_HDR_TYPES_STRUCT_IOVEC_H
9+
#define LLVM_LIBC_HDR_TYPES_STRUCT_IOVEC_H
1010

1111
#ifdef LIBC_FULL_BUILD
1212

@@ -18,4 +18,4 @@
1818

1919
#endif // LIBC_FULL_BUILD
2020

21-
#endif // LLVM_LIBC_HDR_TYPES_STRUCT_FLOCK64_H
21+
#endif // LLVM_LIBC_HDR_TYPES_STRUCT_IOVEC_H

libc/include/sys/uio.h.def

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===-- POSIX header auxv.h -----------------------------------------------===//
1+
//===-- POSIX header uio.h ------------------------------------------------===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.

0 commit comments

Comments
 (0)