* Haiku : adjust alignment of records the C way.

This should fix Haiku on 32 bits CPU while not breaking the 64 bits version.

git-svn-id: trunk@40766 -
This commit is contained in:
olivier 2019-01-05 02:36:34 +00:00
parent 56eaa913b5
commit 4d7c0ce1b3
2 changed files with 4 additions and 0 deletions

View File

@ -100,6 +100,8 @@ TYPE
TUtsName= utsname;
pUtsName= ^utsname;
{$packrecords c}
{ file characteristics services }
stat = record { the types are real}
st_dev : dev_t; // inode's device

View File

@ -21,6 +21,8 @@
{$i ctypes.inc}
{$packrecords c}
type
fsblkcnt_t = clonglong;
TStatfs = packed record