nroi / flexo

a central pacman cache
MIT License
172 stars 10 forks source link

Use libc from crates.io, not the github repository #21

Closed nroi closed 3 years ago

nroi commented 3 years ago

We're currently using our own, forked version of libc in order to be able to use sendfile64. Now that our PR has been merged, we should use the official repository again and wait for the libc team to push a new release to crates.io.