int posix_fallocate( int __fd, int __offset, int __len, ) { return _posix_fallocate( __fd, __offset, __len, ); }