hermit-os / hermit-rs

Hermit for Rust.
Apache License 2.0
1.66k stars 86 forks source link

Unable to read directory entries #528

Closed stlankes closed 2 months ago

stlankes commented 7 months ago

The current version of std doesn't support read directory entries. PR rust-lang/rust#115984 should solve this issue. The kernel does support it, but the interface to the user space is missing.

stlankes commented 2 months ago

PR is merged => close this issue