summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJosh Triplett <josh@joshtriplett.org>2021-03-15 13:08:47 -0700
committerJosh Triplett <josh@joshtriplett.org>2021-03-15 16:33:35 -0700
commit0a9aec7bafafde798d9655f5be15b08c269daff5 (patch)
treebf8aa88898d18456013ef6fdd57329b09eda852f
parent54e633ce8a6d4a93acde84feedc05af7604a53da (diff)
downloadrust-libc-0a9aec7bafafde798d9655f5be15b08c269daff5.tar.gz
CI: Add ARPHRD_ to kernel definitions
-rwxr-xr-xlibc-test/build.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libc-test/build.rs b/libc-test/build.rs
index e37757c827..4a842fb6e9 100755
--- a/libc-test/build.rs
+++ b/libc-test/build.rs
@@ -2573,6 +2573,7 @@ fn test_linux(target: &str) {
// of prefixes of all those that have appeared here or that get
// updated regularly and seem likely to cause breakage.
if name.starts_with("AF_")
+ || name.starts_with("ARPHRD_")
|| name.starts_with("EPOLL")
|| name.starts_with("F_")
|| name.starts_with("FALLOC_FL_")