Sign in
mojo
/
mojo-tools
/
aac1322758450a256de74cf16f6e7deaed711d61
/
.
/
fusl
/
src
/
dirent
/
__dirent.h
blob: 2fed3e10d0a5ae5a99e9e7729a0cb0396c936c9a [
file
] [
log
] [
blame
]
struct
__dirstream
{
int
fd
;
off_t
tell
;
int
buf_pos
;
int
buf_end
;
volatile
int
lock
[
2
];
char
buf
[
2048
];
};