refactor headers, especially alltypes.h, and improve C++ ABI compat
[musl] / include / dirent.h
index d445f80..5aa8510 100644 (file)
@@ -15,7 +15,7 @@ extern "C" {
 
 #include <bits/alltypes.h>
 
-typedef struct __DIR_s DIR;
+typedef struct __dirstream DIR;
 
 struct dirent
 {