mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-16 00:09:17 +02:00
* Use C default packing for TStatFS type (fixes errors for x86_64 CPU)
git-svn-id: trunk@30333 -
This commit is contained in:
parent
c4d3286d69
commit
97b4a68e98
@ -176,7 +176,7 @@ type
|
|||||||
end;
|
end;
|
||||||
|
|
||||||
// kernel statfs from mount.h
|
// kernel statfs from mount.h
|
||||||
TStatfs = packed record
|
TStatfs = record
|
||||||
flags, { copy of mount flags }
|
flags, { copy of mount flags }
|
||||||
bsize, { filesystem block size}
|
bsize, { filesystem block size}
|
||||||
iosize : cint; { optimal transfr block size }
|
iosize : cint; { optimal transfr block size }
|
||||||
|
Loading…
Reference in New Issue
Block a user