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
Problem: it was reported in #32 that the fsid_t from statfs(2) was being converted incorrectly on linux
fsid_t
The statfs(2) man page now says
LSB has deprecated the library calls statfs() and fstatfs() and tells us to use statvfs(2) and fstatvfs(2) instead.
https://pubs.opengroup.org/onlinepubs/009695299/basedefs/sys/statvfs.h.html
Perhaps that would be a less dodgy way to get the fsid
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Problem: it was reported in #32 that the
fsid_t
from statfs(2) was being converted incorrectly on linuxThe statfs(2) man page now says
https://pubs.opengroup.org/onlinepubs/009695299/basedefs/sys/statvfs.h.html
Perhaps that would be a less dodgy way to get the fsid
The text was updated successfully, but these errors were encountered: