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