Sign in
third-party-mirror
/
mingw-w64
/
c8c94d8e8b83986355215834fda91b05dac350e7
/
.
/
mingw-w64-crt
/
ftruncate.c
blob: 1068b1173bcdfe73389c6efac313e723128b319f [
file
] [
log
] [
blame
]
int
ftruncate
(
int
__fd
,
int
__length
)
{
return
_chsize
(
__fd
,
__length
);
}