We seem to target a newer baseline OS for the musl builds - for glibc we try to be compatible with OSes from around ~2014 (for most architectures we build on Debian 8/glibc 2.17), but for the dynamic ...
def _reflink_linux(existing_path: Path, new_path: Path) -> None: """Create a reflink to `existing_path` at `new_path` on Linux.""" import fcntl FICLONE = 0x40049409 ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results