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.
1 parent aa2b54f commit 56701a7Copy full SHA for 56701a7
libc-test/build.rs
@@ -612,6 +612,8 @@ fn main() {
612
(struct_ == "aiocb" && field == "aio_buf") ||
613
// stack_t.ss_sp's type changed from FreeBSD 10 to 11 in svn r294930
614
(freebsd && struct_ == "stack_t" && field == "ss_sp") ||
615
+ // type siginfo_t.si_addr changed from OpenBSD 6.0 to 6.1
616
+ (openbsd && struct_ == "siginfo_t" && field == "si_addr") ||
617
// this one is an anonymous union
618
(linux && struct_ == "ff_effect" && field == "u")
619
});
0 commit comments