Source position: ostypes.inc line 200
type pollfd = record
fd: cint;
events: cshort;
revents: cshort;
end;