paddybyers / node

evented I/O for v8 javascript
http://nodejs.org/
Other
92 stars 24 forks source link

statvfs dependency on Android #1

Open paddybyers opened 13 years ago

paddybyers commented 13 years ago

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

It is not available on Android.

Proposed fix:

https://github.com/paddybyers/node/commit/5d4609018214a24723fc8340b22c2611666493fe

paddybyers commented 13 years ago

The corresponding change for master:

https://github.com/paddybyers/node/commit/76d921167e22c111418aa6e7e7585aab106e0f40

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