Sign in
opensecura
/
3p
/
sel4
/
musllibc
/
4724d108f68791b819df39242341485dd319eeb6
/
.
/
src
/
dirent
/
__dirent.h
blob: 32871baf51a1f38cbd4a97d034de3dab9f69ff51 [
file
] [
log
] [
blame
]
struct
__dirstream
{
int
fd
;
off_t
tell
;
int
buf_pos
;
int
buf_end
;
volatile
int
lock
[
2
];
char
buf
[
2048
];
};