mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-28 01:32:33 +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;
|
TEPoll_Data = Epoll_Data;
|
||||||
PEPoll_Data = ^Epoll_Data;
|
PEPoll_Data = ^Epoll_Data;
|
||||||
|
|
||||||
EPoll_Event = record
|
EPoll_Event = {$ifdef cpu64} packed {$endif} record
|
||||||
Events: cuint32;
|
Events: cuint32;
|
||||||
Data : TEpoll_Data;
|
Data : TEpoll_Data;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user