Source position: bdirenth.inc line 14
type dirent64 = record
d_ino: __ino64_t;
d_off: __off64_t;
d_reclen: Word;
d_type: Byte;
d_name: array [0..255] of char;
end;