Skip to content
Snippets Groups Projects
Commit f80b0248 authored by Johannes Lundberg's avatar Johannes Lundberg
Browse files

Add SO_REUSEPORT_LB to whitelist for build tests

parent 2f218e9f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment