Skip to content

Commit 88460cd

Browse files
author
git apple-llvm automerger
committed
Merge commit '3b62a3369a41' from llvm.org/main into next
2 parents 99a4d0c + 3b62a33 commit 88460cd

File tree

1 file changed

+1
-1
lines changed
  • libc/include/llvm-libc-types

1 file changed

+1
-1
lines changed

libc/include/llvm-libc-types/ENTRY.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
#ifndef LLVM_LIBC_TYPES_ENTRY_H
1010
#define LLVM_LIBC_TYPES_ENTRY_H
1111

12-
typedef struct {
12+
typedef struct entry {
1313
char *key;
1414
void *data;
1515
} ENTRY;

0 commit comments

Comments
 (0)