The source project of this merge request has been removed.
add posix_fallocate64() wrapper
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
This is a GNU-ism provided through glibc's large file support. in musl, it's just a #define
to posix_fallocate
.