diff options
Diffstat (limited to 'include/dirent.h')
-rw-r--r-- | include/dirent.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/dirent.h b/include/dirent.h index d445f80a..5aa8510b 100644 --- a/include/dirent.h +++ b/include/dirent.h @@ -15,7 +15,7 @@ extern "C" { #include <bits/alltypes.h> -typedef struct __DIR_s DIR; +typedef struct __dirstream DIR; struct dirent { |