Add SO_REUSEPORT_LB to whitelist for build tests

This commit is contained in:
Johannes Lundberg 2018-09-10 20:35:07 +01:00
parent 2f218e9f8c
commit f80b024850
1 changed files with 2 additions and 1 deletions

View File

@ -556,7 +556,8 @@ fn main() {
"PD_CLOEXEC" | "PD_ALLOWED_AT_FORK" if freebsd => true,
// These constants were added in FreeBSD 12
"SF_USER_READAHEAD" if freebsd => true,
"SF_USER_READAHEAD" |
"SO_REUSEPORT_LB" if freebsd => true,
// These OSX constants are removed in Sierra.
// https://developer.apple.com/library/content/releasenotes/General/APIDiffsMacOS10_12/Swift/Darwin.html