Skip to content

Commit f80b024

Browse files
committed
Add SO_REUSEPORT_LB to whitelist for build tests
1 parent 2f218e9 commit f80b024

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

libc-test/build.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -556,7 +556,8 @@ fn main() {
556556
"PD_CLOEXEC" | "PD_ALLOWED_AT_FORK" if freebsd => true,
557557

558558
// These constants were added in FreeBSD 12
559-
"SF_USER_READAHEAD" if freebsd => true,
559+
"SF_USER_READAHEAD" |
560+
"SO_REUSEPORT_LB" if freebsd => true,
560561

561562
// These OSX constants are removed in Sierra.
562563
// https://developer.apple.com/library/content/releasenotes/General/APIDiffsMacOS10_12/Swift/Darwin.html

0 commit comments

Comments
 (0)