Skip to content

add posix_fallocate64() wrapper

Paper requested to merge paper/gcompat:current into current

This is a GNU-ism provided through glibc's large file support. in musl, it's just a #define to posix_fallocate.

Edited by Paper

Merge request reports