File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -1228,6 +1228,7 @@ fn test_android(target: &str) {
1228
1228
headers ! { cfg:
1229
1229
"arpa/inet.h" ,
1230
1230
"asm/mman.h" ,
1231
+ "attr/xattr.h" ,
1231
1232
"ctype.h" ,
1232
1233
"dirent.h" ,
1233
1234
"dlfcn.h" ,
@@ -1399,12 +1400,8 @@ fn test_android(target: &str) {
1399
1400
1400
1401
cfg. skip_const ( move |name| {
1401
1402
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.
1403
+ // Not part of any system headers - should be removed
1404
+ // or deprecated.
1408
1405
// "ENOATTR" => true,
1409
1406
1410
1407
// FIXME: still necessary?
You can’t perform that action at this time.
0 commit comments