pad on 64bit to keep size/alignment in sync with struct FileLock

This commit is contained in:
Kalamatee 2023-05-02 03:25:56 +01:00 committed by deadwood
parent 8dc8cbb284
commit 71291eebb7
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@ struct ExtFileLock
{
BPTR link;
NODE objectnode;
#if (__WORDSIZE==64)
ULONG eflpad;
#endif
LONG access;
struct MsgPort *task;
BPTR volume;