Explorar o código

* fix 64bit epoll "special" packing

git-svn-id: trunk@4292 -
Almindor %!s(int64=19) %!d(string=hai) anos
pai
achega
3d1370bf8b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      rtl/linux/linux.pp

+ 1 - 1
rtl/linux/linux.pp

@@ -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;