-
Notifications
You must be signed in to change notification settings - Fork 674
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
Change preadv to work with &[IoVec<...>] instead of &mut [IoVec<...>] #913
Comments
Would you be willing to submit a PR fixing this? That'll be the fastest way to get this addressed. |
farnoy
added a commit
to farnoy/nix
that referenced
this issue
Jun 11, 2018
farnoy
added a commit
to farnoy/nix
that referenced
this issue
Jul 3, 2018
farnoy
added a commit
to farnoy/nix
that referenced
this issue
Jul 3, 2018
bors bot
added a commit
that referenced
this issue
Jul 3, 2018
914: Make preadv take immutable slice of IoVecs r=asomers a=farnoy fixes #913 I filled in the CHANGELOG, but I see that it usually links to PRs and not issues, do you want me to change it or remove and leave for you to describe? This change seems to be strictly backwards-compatible, I didn't have to change the test for it to work. Co-authored-by: Jakub Okoński <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
They have the same signature,
iovec
is not modified by the syscall.The text was updated successfully, but these errors were encountered: