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 1881328 commit 63ba3a0Copy full SHA for 63ba3a0
libc-test/build.rs
@@ -3460,6 +3460,7 @@ fn test_linux(target: &str) {
3460
|| name.starts_with("P_")
3461
|| name.starts_with("PF_")
3462
|| name.starts_with("RLIMIT_")
3463
+ || name.starts_with("RTEXT_FILTER_")
3464
|| name.starts_with("SOL_")
3465
|| name.starts_with("STATX_")
3466
|| name.starts_with("SW_")
@@ -3474,6 +3475,7 @@ fn test_linux(target: &str) {
3474
3475
if musl || sparc64 {
3476
// FIXME: Requires >= 5.4.1 kernel headers
3477
if name.starts_with("J1939")
3478
3479
|| name.starts_with("SO_J1939")
3480
|| name.starts_with("SCM_J1939")
3481
{
0 commit comments