Closed
Description
Since the last release of hermit-abi, version 0.4.0, a few system calls have been added, including mmap
and seek
. If a new version of hermit-abi were published to crates.io, then rust-lang/rust could take advantage of those features.
Relevant new features:
- 6978f30 (add support of the system calls mmap/munmap, 2024-06-24)
- 87dd201 (add missing interface for lseek, 2024-07-15) (reported in Support std::fs::File::seek #652)
- Maybe 9b05f27 (add example to use the vsock interface, 2023-08-07)
(If Rust isn't using every feature introduced before 0.4.0, then there may be more.)
I'd be happy to fix the missing seek
on the rust-lang/rust side. (Also, if tell
was added to Hermit, then I could add support in Rust in rust-lang/rust#137165 (Use tell
for <File as Seek>::stream_position
).)
Metadata
Metadata
Assignees
Labels
No labels