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 2f218e9 commit f80b024Copy full SHA for f80b024
libc-test/build.rs
@@ -556,7 +556,8 @@ fn main() {
556
"PD_CLOEXEC" | "PD_ALLOWED_AT_FORK" if freebsd => true,
557
558
// These constants were added in FreeBSD 12
559
- "SF_USER_READAHEAD" if freebsd => true,
+ "SF_USER_READAHEAD" |
560
+ "SO_REUSEPORT_LB" if freebsd => true,
561
562
// These OSX constants are removed in Sierra.
563
// https://developer.apple.com/library/content/releasenotes/General/APIDiffsMacOS10_12/Swift/Darwin.html
0 commit comments