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

This reverts commit 9311aa6483.
This commit is contained in:
Joe Thornber 2018-08-02 07:12:22 +01:00
parent 9311aa6483
commit a512b8754b
1 changed files with 0 additions and 4 deletions

View File

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