diff options
Diffstat (limited to 'src/dirent/__dirent.h')
-rw-r--r-- | src/dirent/__dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dirent/__dirent.h b/src/dirent/__dirent.h index 07b3ee68..38a27b06 100644 --- a/src/dirent/__dirent.h +++ b/src/dirent/__dirent.h @@ -1,9 +1,9 @@ struct __DIR_s { - int lock; int fd; off_t tell; int buf_pos; int buf_end; + int lock[2]; char buf[2048]; }; |