mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-09 09:18:42 +09:00
parent
076a13bb2d
commit
08b5181555
1 changed files with 4 additions and 1 deletions
|
|
@ -90,7 +90,10 @@ class DirReaderLinux {
|
|||
|
||||
private:
|
||||
const int fd_;
|
||||
unsigned char buf_[512];
|
||||
union {
|
||||
linux_dirent dirent_;
|
||||
unsigned char buf_[512];
|
||||
};
|
||||
size_t offset_, size_;
|
||||
|
||||
DISALLOW_COPY_AND_ASSIGN(DirReaderLinux);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue