Author: Void Linux Package URL: https://github.com/void-linux/void-packages/tree/master/srcpkgs/partclone/patches Summary: Fixes musl compatibility ---- --- a/src/main.c +++ b/src/main.c @@ -20,7 +20,6 @@ #include #include #include -#include #include #include #include --- a/src/btrfs/kernel-lib/rbtree.h.orig +++ b/src/btrfs/kernel-lib/rbtree.h @@ 45a46,49 @@ extern "C" { #endif +#ifndef __always_inline +#define __always_inline inline __attribute__((always_inline)) +#endif + struct rb_node { unsigned long __rb_parent_color; struct rb_node *rb_right;