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

lkl: posix: rework do_rw() types #565

Merged
merged 1 commit into from
Feb 18, 2025
Merged

lkl: posix: rework do_rw() types #565

merged 1 commit into from
Feb 18, 2025

Conversation

ddiss
Copy link

@ddiss ddiss commented Feb 17, 2025

This satisfies "gcc -Werror=strict-prototypes" and cleans up error handling to return either -1 or 0, instead of potentially returning partial (last iovec) I/O lengths.

This satisfies "gcc -Werror=strict-prototypes" and cleans up error
handling to return either -1 or 0, instead of potentially returning
partial (last iovec) I/O lengths.

Signed-off-by: David Disseldorp <[email protected]>
@tavip tavip merged commit 3e92231 into lkl:master Feb 18, 2025
14 checks passed
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.

2 participants