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 6725fd6 commit 2aeb382Copy full SHA for 2aeb382
libc-test/build.rs
@@ -497,6 +497,10 @@ fn main() {
497
"HW_MAXID" |
498
"USER_MAXID" if freebsd => true,
499
500
+ // These constants were added in FreeBSD 11
501
+ "EVFILT_PROCDESC" | "EVFILT_SENDFILE" | "EVFILT_EMPTY" |
502
+ "PD_CLOEXEC" | "PD_ALLOWED_AT_FORK" if freebsd => true,
503
+
504
// These OSX constants are removed in Sierra.
505
// https://developer.apple.com/library/content/releasenotes/General/APIDiffsMacOS10_12/Swift/Darwin.html
506
"KERN_KDENABLE_BG_TRACE" if apple => true,
0 commit comments