unbrice / shake

Shake is a defragmenter that runs in userspace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

CasperVector opened this issue · comments

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)?