valpackett / systemstat

Rust library for getting system information | also on https://codeberg.org/valpackett/systemstat
https://crates.io/crates/systemstat
The Unlicense
610 stars 71 forks source link

Fix compilation on ARM64 macOS #100

Closed davidkna closed 2 years ago

davidkna commented 2 years ago

getmntinfo$INODE64 fails with a link error, but getmntinfo works.

I think this closes #92.

valpackett commented 2 years ago

Thanks!