mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 17:49:13 +02:00
* fixed another bloody stat record issue
git-svn-id: trunk@7060 -
This commit is contained in:
parent
52db191745
commit
d7da24aae2
@ -15,6 +15,7 @@
|
|||||||
{$IFNDEF FPC_USE_LIBC}
|
{$IFNDEF FPC_USE_LIBC}
|
||||||
|
|
||||||
Stat = packed record // No unix typing because of differences
|
Stat = packed record // No unix typing because of differences
|
||||||
|
case byte of
|
||||||
0:
|
0:
|
||||||
(dev : culonglong;
|
(dev : culonglong;
|
||||||
ino : culonglong;
|
ino : culonglong;
|
||||||
|
Loading…
Reference in New Issue
Block a user