mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-05 17:10:20 +02:00
--- Merging r34039 into '.':
U rtl/linux/ossysc.inc --- Recording mergeinfo for merge of r34039 into '.': U . # revisions: 34039 git-svn-id: branches/fixes_3_0@34040 -
This commit is contained in:
parent
e628e858b5
commit
e5961616b5
@ -142,7 +142,7 @@ end;
|
|||||||
function Fpopendir(dirname : pchar): pdir; [public, alias : 'FPC_SYSC_OPENDIR'];
|
function Fpopendir(dirname : pchar): pdir; [public, alias : 'FPC_SYSC_OPENDIR'];
|
||||||
|
|
||||||
var
|
var
|
||||||
fd:integer;
|
fd:cint;
|
||||||
st:stat;
|
st:stat;
|
||||||
ptr:pdir;
|
ptr:pdir;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user