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