Skip to content

Commit 3b62a33

Browse files
authored
[libc] Add struct entry definition in addition to ENTRY according to POSIX. (#139773)
1 parent 81b20e1 commit 3b62a33

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)