mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 13:59:29 +02:00
* fix 64bit epoll "special" packing
git-svn-id: trunk@4292 -
This commit is contained in:
parent
69790fbdc9
commit
3d1370bf8b
@ -127,7 +127,7 @@ type
|
||||
TEPoll_Data = Epoll_Data;
|
||||
PEPoll_Data = ^Epoll_Data;
|
||||
|
||||
EPoll_Event = record
|
||||
EPoll_Event = {$ifdef cpu64} packed {$endif} record
|
||||
Events: cuint32;
|
||||
Data : TEpoll_Data;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user