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

preload: wrap fstatfs() and statfs() on musl #225

Merged
merged 1 commit into from
Jan 31, 2024
Merged

Conversation

martinpitt
Copy link
Owner

@martinpitt martinpitt commented Jan 31, 2024

musl has both of these functions (though not the separate "64" variants that glibc).

Thanks to Alyssa Ross @alyssais for finding this and the initial patch!


This is an alternative to #224 which doesn't rip apart the fstatfs{,64} and statfs{,64} declarations.

Closes #224

musl has both of these functions (though not the separate "64" variants
that glibc).

Thanks to Alyssa Ross @alyssais for finding this and the initial patch!
@martinpitt
Copy link
Owner Author

Ack, thanks @alyssais for reviewing. Landing that then.

@martinpitt martinpitt merged commit d4efe24 into main Jan 31, 2024
35 checks passed
@martinpitt martinpitt deleted the musl-fstatfs branch January 31, 2024 10:25
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