浏览代码

* Fixed ftruncate to take 64-bit argument

git-svn-id: trunk@30892 -
michael 10 年之前
父节点
当前提交
4242934edb
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      rtl/unix/sysfile.inc

+ 1 - 1
rtl/unix/sysfile.inc

@@ -48,7 +48,7 @@ Begin
 End;
 
 { truncate at a given position }
-procedure do_truncate (handle:thandle;fpos:longint);
+procedure do_truncate (handle:thandle;fpos:int64);
 begin
   { should be simulated in cases where it is not }
   { available.                                   }