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 54e633c commit 0a9aec7Copy full SHA for 0a9aec7
libc-test/build.rs
@@ -2573,6 +2573,7 @@ fn test_linux(target: &str) {
2573
// of prefixes of all those that have appeared here or that get
2574
// updated regularly and seem likely to cause breakage.
2575
if name.starts_with("AF_")
2576
+ || name.starts_with("ARPHRD_")
2577
|| name.starts_with("EPOLL")
2578
|| name.starts_with("F_")
2579
|| name.starts_with("FALLOC_FL_")
0 commit comments