Преглед на файлове

* 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;
 End;
 
 
 { truncate at a given position }
 { truncate at a given position }
-procedure do_truncate (handle:thandle;fpos:longint);
+procedure do_truncate (handle:thandle;fpos:int64);
 begin
 begin
   { should be simulated in cases where it is not }
   { should be simulated in cases where it is not }
   { available.                                   }
   { available.                                   }