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.
2 parents aa2b54f + 56701a7 commit d6317b6Copy full SHA for d6317b6
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