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 e39ed74 commit f70a987Copy full SHA for f70a987
libc-test/build.rs
@@ -2358,7 +2358,7 @@ fn test_linux(target: &str) {
2358
"linux/futex.h",
2359
"linux/fs.h",
2360
"linux/genetlink.h",
2361
- "linux/if_addr.h"
+ "linux/if_addr.h",
2362
"linux/if_alg.h",
2363
"linux/if_ether.h",
2364
"linux/if_tun.h",
@@ -2369,7 +2369,7 @@ fn test_linux(target: &str) {
2369
"linux/netfilter_ipv6.h",
2370
"linux/netlink.h",
2371
"linux/random.h",
2372
- "linux/rtnetlink.h"
+ "linux/rtnetlink.h",
2373
"linux/seccomp.h",
2374
"linux/sockios.h",
2375
}
0 commit comments