mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 23:19:24 +02:00
parent
912c024f01
commit
5038b944f1
@ -166,7 +166,7 @@ end;
|
||||
function Fpopendir(dirname : pchar): pdir; [public, alias : 'FPC_SYSC_OPENDIR'];
|
||||
|
||||
var
|
||||
fd:integer;
|
||||
fd:cint;
|
||||
st:stat;
|
||||
ptr:pdir;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user