summaryrefslogtreecommitdiff
path: root/rtl/macos/sysutils.pp
diff options
context:
space:
mode:
authorflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-01-21 21:50:37 +0000
committerflorian <florian@3ad0048d-3df7-0310-abae-a5850022a9f2>2020-01-21 21:50:37 +0000
commit462d1cdecb2e1d1ab8384feb9d9303e21c11071b (patch)
tree661aad2ef5f94f547529f0781ffa2a58d6925fc7 /rtl/macos/sysutils.pp
parent409f98e673d95fb67ee2276544d5cf567e4ef1b1 (diff)
downloadfpc-462d1cdecb2e1d1ab8384feb9d9303e21c11071b.tar.gz
* fix compilation on several OSes after r44010
git-svn-id: https://svn.freepascal.org/svn/fpc/trunk@44013 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'rtl/macos/sysutils.pp')
-rw-r--r--rtl/macos/sysutils.pp4
1 files changed, 2 insertions, 2 deletions
diff --git a/rtl/macos/sysutils.pp b/rtl/macos/sysutils.pp
index 047440916f..5614f3ceec 100644
--- a/rtl/macos/sysutils.pp
+++ b/rtl/macos/sysutils.pp
@@ -446,7 +446,7 @@ begin
end;
-Function FileGetDate (Handle : Longint) : Longint;
+Function FileGetDate (Handle : Longint) : Int64;
(*
Var Info : Stat;
@@ -462,7 +462,7 @@ begin
end;
-Function FileSetDate (Handle,Age : Int64) : Longint;
+Function FileSetDate (Handle: Longint; Age: Int64) : Longint;
begin
// TODO fix