9311aa6483
There is a failure while compiling with libc musl: [snip] |./block-cache/io_engine.h:18:17: error: expected unqualified-id before numeric constant | unsigned const PAGE_SIZE = 4096; [snip] The musl defeines macro PAGE_SIZE, undef it conditionally could fix the issue. http://musl.openwall.narkive.com/tO8vrHdP/why-musl-define-page-size Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>