blob: 07b3ee68505c2017b17e3435f6295c197ed14686 [file] [log] [blame]
struct __DIR_s
{
int lock;
int fd;
off_t tell;
int buf_pos;
int buf_end;
char buf[2048];
};