Source position: mselibc.pas line 2424
type pollfd = record
fd: LongInt;
events: SmallInt;
revents: SmallInt;
end;