posix_fallocate
__weak_alias(posix_fallocate,rump___sysimpl_posix_fallocate);
int posix_fallocate(int, off_t, off_t);
rc = posix_fallocate(-1, 0, 4096);