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 755f04a commit 06a0295Copy full SHA for 06a0295
libc-test/build.rs
@@ -1399,13 +1399,9 @@ fn test_android(target: &str) {
1399
1400
cfg.skip_const(move |name| {
1401
match name {
1402
- // Android uses old kernel headers
1403
- // These are constants used in getrandom syscall
1404
- // "GRND_NONBLOCK" | "GRND_RANDOM" => true,
1405
-
1406
- // Defined by libattr not libc on linux (hard to test).
1407
- // See constant definition for more details.
1408
- // "ENOATTR" => true,
+ // FIXME: not available in any header
+ // See: https://github.com/rust-lang/libc/issues/1356
+ "ENOATTR" => true,
1409
1410
// FIXME: still necessary?
1411
"SIG_DFL" | "SIG_ERR" | "SIG_IGN" => true, // sighandler_t weirdness
0 commit comments