We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
fallocate, like posix_fallocate, doesn't have a meaningful return value.
fallocate
posix_fallocate
From the man page
On success, fallocate() returns zero. On error, -1 is returned and errno is set to indicate the error.
The text was updated successfully, but these errors were encountered:
Yep, that's correct. Care to submit a PR to change it?
Sorry, something went wrong.
Merge #1201
b5a129a
1201: Fix fallocate signature r=asomers a=DianaNites Fixes #1200 Co-authored-by: Diana <[email protected]>
9064823
Successfully merging a pull request may close this issue.
fallocate
, likeposix_fallocate
, doesn't have a meaningful return value.From the man page
The text was updated successfully, but these errors were encountered: