From a512b8754b7d92630bde2babe3ba3549fdf90ff0 Mon Sep 17 00:00:00 2001 From: Joe Thornber Date: Thu, 2 Aug 2018 07:12:22 +0100 Subject: [PATCH] Revert "fix compile failed with libc musl (#103)" This reverts commit 9311aa648374734cd95e5a624b66ccfc7992cf64. --- block-cache/io_engine.h | 4 ---- 1 file changed, 4 deletions(-) diff --git a/block-cache/io_engine.h b/block-cache/io_engine.h index 5998ffb..0e13957 100644 --- a/block-cache/io_engine.h +++ b/block-cache/io_engine.h @@ -17,10 +17,6 @@ //---------------------------------------------------------------- -// Musl defines -#ifdef PAGE_SIZE -#undef PAGE_SIZE -#endif namespace bcache { using sector_t = uint64_t;