Skip to content

Commit 4b6f95e

Browse files
committed
ignore RTEXT_FILTER_* constants for non-GNU Linux libc checks
1 parent dbbb5f2 commit 4b6f95e

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
@@ -3424,6 +3424,7 @@ fn test_linux(target: &str) {
34243424
|| name.starts_with("P_")
34253425
|| name.starts_with("PF_")
34263426
|| name.starts_with("RLIMIT_")
3427+
|| name.starts_with("RTEXT_FILTER_")
34273428
|| name.starts_with("SOL_")
34283429
|| name.starts_with("STATX_")
34293430
|| name.starts_with("SW_")

0 commit comments

Comments
 (0)