We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
struct entry
ENTRY
1 parent 81b20e1 commit 3b62a33Copy full SHA for 3b62a33
libc/include/llvm-libc-types/ENTRY.h
@@ -9,7 +9,7 @@
9
#ifndef LLVM_LIBC_TYPES_ENTRY_H
10
#define LLVM_LIBC_TYPES_ENTRY_H
11
12
-typedef struct {
+typedef struct entry {
13
char *key;
14
void *data;
15
} ENTRY;
0 commit comments