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