diff options
Diffstat (limited to 'src/dirent')
-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 38a27b06..45509e19 100644 --- a/src/dirent/__dirent.h +++ b/src/dirent/__dirent.h @@ -1,4 +1,4 @@ -struct __DIR_s +struct __dirstream { int fd; off_t tell; |