Skip to content

Commit db07dbc

Browse files
committed
CI: Add ARPHRD_ to kernel definitions
1 parent 6a467fb commit db07dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libc-test/build.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2573,6 +2573,7 @@ fn test_linux(target: &str) {
25732573
// of prefixes of all those that have appeared here or that get
25742574
// updated regularly and seem likely to cause breakage.
25752575
if name.starts_with("AF_")
2576+
|| name.starts_with("ARPHRD_")
25762577
|| name.starts_with("EPOLL")
25772578
|| name.starts_with("F_")
25782579
|| name.starts_with("FALLOC_FL_")

0 commit comments

Comments
 (0)