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 e773764 commit 9b53e54Copy full SHA for 9b53e54
libc-test/build.rs
@@ -149,7 +149,6 @@ fn main() {
149
if !musl {
150
cfg.header("linux/netlink.h");
151
cfg.header("linux/magic.h");
152
- cfg.header("linux/fs.h");
153
154
if !mips {
155
cfg.header("linux/quota.h");
src/unix/notbsd/linux/mips.rs
@@ -356,7 +356,7 @@ pub const SIG_UNBLOCK: ::c_int = 0x2;
356
357
pub const PTHREAD_STACK_MIN: ::size_t = 131072;
358
359
-pub const MS_RMT_MASK: ::c_ulong = 0x2800051;
+pub const MS_RMT_MASK: ::c_ulong = 0x800051;
360
361
pub const ADFS_SUPER_MAGIC: ::c_long = 0x0000adf5;
362
pub const AFFS_SUPER_MAGIC: ::c_long = 0x0000adff;
0 commit comments