use separate sigaction buffers for old and new data
[musl.git] / src / dirent / __dirent.h
blob45509e19c3de2e88191d4fcb65635231b9ddf1c9
1 struct __dirstream
3 int fd;
4 off_t tell;
5 int buf_pos;
6 int buf_end;
7 int lock[2];
8 char buf[2048];
9 };