rump___sysimpl_posix_fallocate
#define RUMP_SYS_RENAME_POSIX_FALLOCATE rump___sysimpl_posix_fallocate
int rump___sysimpl_posix_fallocate(int, off_t, off_t);
__weak_alias(posix_fallocate,rump___sysimpl_posix_fallocate);
__weak_alias(_posix_fallocate,rump___sysimpl_posix_fallocate);
__strong_alias(_sys_posix_fallocate,rump___sysimpl_posix_fallocate);