Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add system calls readv and writev #1219

Merged
merged 9 commits into from
May 22, 2024
Merged

add system calls readv and writev #1219

merged 9 commits into from
May 22, 2024

Conversation

stlankes
Copy link
Contributor

@stlankes stlankes commented May 21, 2024

the offers the possibility to read or to write data into multiple buffers

See hermit-os/hermit-rs#580.

src/syscalls/mod.rs Outdated Show resolved Hide resolved
src/syscalls/mod.rs Outdated Show resolved Hide resolved
src/syscalls/mod.rs Outdated Show resolved Hide resolved
src/syscalls/mod.rs Outdated Show resolved Hide resolved
@jounathaen jounathaen added this pull request to the merge queue May 22, 2024
@mkroening mkroening removed this pull request from the merge queue due to a manual request May 22, 2024
@stlankes stlankes enabled auto-merge May 22, 2024 16:43
@stlankes stlankes added this pull request to the merge queue May 22, 2024
Merged via the queue into hermit-os:main with commit 28c0458 May 22, 2024
13 checks passed
@stlankes stlankes deleted the iovec branch May 22, 2024 17:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants