repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
signal.h: add new sa_flags from linux v5.11
[musl.git]
/
src
/
dirent
/
__dirent.h
blob
828a5f178917a97426d4fa35784494d894d25ccc
1
struct
__dirstream
2
{
3
off_t tell
;
4
int
fd
;
5
int
buf_pos
;
6
int
buf_end
;
7
volatile
int
lock
[
1
];
8
/* Any changes to this struct must preserve the property:
9
* offsetof(struct __dirent, buf) % sizeof(off_t) == 0 */
10
char
buf
[
2048
];
11
};