mirror of
https://github.com/roytam1/UXP.git
synced 2026-05-26 13:58:49 +00:00
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user