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> |
||
---|---|---|
.. | ||
block_cache.cc | ||
block_cache.h | ||
copier.cc | ||
copier.h | ||
io_engine.cc | ||
io_engine.h | ||
list.h | ||
mem_pool.cc | ||
mem_pool.h |