hermit-os / hermit-rs

Hermit for Rust.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unable to read directory entries

stlankes opened this issue · comments

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.