Skip to content

Commit ee1ac04

Browse files
author
git apple-llvm automerger
committed
Merge commit 'd024df40a192' from llvm.org/release/11.x into apple/stable/20200714
2 parents 1cb41b2 + d024df4 commit ee1ac04

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)