node icon indicating copy to clipboard operation
node copied to clipboard

statvfs dependency on Android

Open paddybyers opened this issue 14 years ago • 1 comments

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 avatar Oct 19 '11 13:10 paddybyers

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.

paddybyers avatar Oct 21 '11 16:10 paddybyers