blob: 1068b1173bcdfe73389c6efac313e723128b319f [file] [log] [blame]
int ftruncate(int __fd,int __length)
{
return _chsize (__fd,__length);
}