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

statvfs dependency on Android #1

Open
paddybyers opened this issue Oct 19, 2011 · 1 comment
Open

statvfs dependency on Android #1

paddybyers opened this issue Oct 19, 2011 · 1 comment

Comments

@paddybyers
Copy link
Owner

deps/libeio/eio.c assumes that statvfs is available on all platforms except windows.

It is not available on Android.

Proposed fix:

5d46090

@paddybyers
Copy link
Owner Author

The corresponding change for master:

76d9211

Note this is not a complete fix yet, since the various build systems now need to be updated to emit HAVE_STATVFS as required.

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

No branches or pull requests

1 participant