mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-09-15 19:36:16 +00:00
core/fsext: use statvfs on redox
This commit is contained in:
parent
073d6b5908
commit
d672fe098e
1 changed files with 4 additions and 2 deletions
|
@ -94,7 +94,8 @@ pub use libc::statfs as StatFs;
|
||||||
target_os = "netbsd",
|
target_os = "netbsd",
|
||||||
target_os = "openbsd",
|
target_os = "openbsd",
|
||||||
target_os = "bitrig",
|
target_os = "bitrig",
|
||||||
target_os = "dragonfly"
|
target_os = "dragonfly",
|
||||||
|
target_os = "redox"
|
||||||
))]
|
))]
|
||||||
pub use libc::statvfs as StatFs;
|
pub use libc::statvfs as StatFs;
|
||||||
|
|
||||||
|
@ -110,7 +111,8 @@ pub use libc::statfs as statfs_fn;
|
||||||
target_os = "netbsd",
|
target_os = "netbsd",
|
||||||
target_os = "openbsd",
|
target_os = "openbsd",
|
||||||
target_os = "bitrig",
|
target_os = "bitrig",
|
||||||
target_os = "dragonfly"
|
target_os = "dragonfly",
|
||||||
|
target_os = "redox"
|
||||||
))]
|
))]
|
||||||
pub use libc::statvfs as statfs_fn;
|
pub use libc::statvfs as statfs_fn;
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue