blob: 101b036838baab73f4b6d0cb67773b288f978209 [file] [log] [blame]
struct __dirstream
{
int fd;
off_t tell;
int buf_pos;
int buf_end;
volatile int lock[1];
char buf[2048];
};