Skip to content

Commit 99045cd

Browse files
committed
Re-add exceptions that are needed by old targets
Signed-off-by: Andrew Balmos <andrew@balmos.org>
1 parent 02042f0 commit 99045cd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

libc-test/build.rs

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3229,6 +3229,11 @@ fn test_linux(target: &str) {
32293229
| "IFLA_PERM_ADDRESS"
32303230
| "IFLA_PROTO_DOWN_REASON" => true,
32313231

3232+
// FIXME: They require recent kernel header:
3233+
| "CAN_J1939"
3234+
| "CAN_RAW_FILTER_MAX"
3235+
| "CAN_NPROTO" => true,
3236+
32323237
// FIXME: Requires recent kernel headers (5.15)
32333238
| "J1939_NLA_TOTAL_SIZE"
32343239
| "J1939_NLA_PGN"

0 commit comments

Comments
 (0)