Skip to content

Commit 8a52c83

Browse files
author
git apple-llvm automerger
committed
Merge commit 'ee1ac04d0084' from apple/stable/20200714 into swift/master
2 parents c7d352f + ee1ac04 commit 8a52c83

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

compiler-rt/lib/sanitizer_common/sanitizer_platform_limits_netbsd.h

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,12 @@ struct __sanitizer_shmid_ds {
129129
void *_shm_internal;
130130
};
131131

132+
struct __sanitizer_protoent {
133+
char *p_name;
134+
char **p_aliases;
135+
int p_proto;
136+
};
137+
132138
struct __sanitizer_netent {
133139
char *n_name;
134140
char **n_aliases;

0 commit comments

Comments
 (0)