mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 19:36:16 +00:00
core/fsext: provide stub for read_fs_list on redox
This commit is contained in:
parent
cbac771340
commit
318366c900
1 changed files with 5 additions and 0 deletions
|
@ -440,6 +440,11 @@ pub fn read_fs_list() -> Vec<MountInfo> {
|
||||||
}
|
}
|
||||||
mounts
|
mounts
|
||||||
}
|
}
|
||||||
|
#[cfg(target_os = "redox")]
|
||||||
|
{
|
||||||
|
// No method to read mounts, yet
|
||||||
|
Vec::new()
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Debug, Clone)]
|
#[derive(Debug, Clone)]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue