Revert "fix compile failed with libc musl (#103)"

This reverts commit 9311aa648374734cd95e5a624b66ccfc7992cf64.
This commit is contained in:
Joe Thornber 2018-08-02 07:12:22 +01:00
parent 9311aa6483
commit a512b8754b

View File

@ -17,10 +17,6 @@
//---------------------------------------------------------------- //----------------------------------------------------------------
// Musl defines
#ifdef PAGE_SIZE
#undef PAGE_SIZE
#endif
namespace bcache { namespace bcache {
using sector_t = uint64_t; using sector_t = uint64_t;