-
Notifications
You must be signed in to change notification settings - Fork 687
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
statvfs is not supported on ppc64/ppc64le/s390x/aarch64 #831
Labels
Comments
Then this should be a simple fix to change the config directives to enable it. Usually if functionality is missing for a platform it's an oversight, though we do our best to make sure new features apply to all appropriate platforms. |
@Susurrus I will double-check libc crate and will send patch here. |
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 7, 2018
libc reads statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 7, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 7, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 8, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 8, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 27, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Jan 28, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
ignatenkobrain
added a commit
to ignatenkobrain/nix
that referenced
this issue
Feb 8, 2018
libc reads sys/statvfs.h on all OS except Windows which nix doesn't care about. Closes: nix-rust#831 Signed-off-by: Igor Gnatenko <i.gnatenko.brain@gmail.com>
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Any reason for this? It seems that statvfs() is available on all platforms in glibc and I don't see any restrictions on it in libc crate...
The text was updated successfully, but these errors were encountered: