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 AsyncFd::truncate #137

Merged
merged 2 commits into from
Jul 20, 2024
Merged

Add AsyncFd::truncate #137

merged 2 commits into from
Jul 20, 2024

Conversation

Thomasdezeeuw
Copy link
Owner

@Thomasdezeeuw Thomasdezeeuw commented Jul 20, 2024

Calls ftruncate(2), truncating a file to a specified length.

Closes #125

Related function is too new.
Calls ftruncate(2), truncating a file to a specified length.
@Thomasdezeeuw Thomasdezeeuw merged commit 6cd7447 into main Jul 20, 2024
6 checks passed
@Thomasdezeeuw Thomasdezeeuw deleted the ftruncate branch July 20, 2024 09:56
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.

Add Linux kernel v6.9 operations
1 participant