Skip to content

Commit 338ac98

Browse files
committed
Give android the same special case for FUSE_SUPER_MAGIC that linux has.
1 parent 4875c52 commit 338ac98

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

libc-test/build.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1679,6 +1679,9 @@ fn test_android(target: &str) {
16791679
"IBSHIFT" => true,
16801680
"TCGETS2" | "TCSETS2" | "TCSETSW2" | "TCSETSF2" => true,
16811681

1682+
// is a private value for kernel usage normally
1683+
"FUSE_SUPER_MAGIC" => true,
1684+
16821685
_ => false,
16831686
}
16841687
});

0 commit comments

Comments
 (0)