posix_fallocate() is used in file_allocator.cpp but some C library doesn't provide it (e.g uClibc).
This seems to be the case even when we change the preprocessor check form _linux_ to the documented _XOPEN_SOURCE >= 600 || __POSIX_C_SOURCE >= 200112L.
- is related to
-
SERVER-16898 Support cross-compilation for MIPS
- Closed
- links to