unbrice / shake

Shake is a defragmenter that runs in userspace
Other
42 stars 5 forks source link

musl incompatibility due to use of error() from error.h #22

Open CasperVector opened 6 years ago

CasperVector commented 6 years ago

The current version of shake uses error() from error.h, and is therefore unsupported on musl. Would there be a plan to use more portable alternatives (err.h seems one of them)?