> > TEMP_FAILURE_RETRY is included in src/include/compat.h, but that isn’t included in blkdev.cc, so I am not sure how this is supposed to compile? What am I missing? This is probably because musl c doesn't provide that macro (found in unistd.h on glibc). I suspect then that blkdev.cc should include the compat header.