diff options
Diffstat (limited to 'src/dirent/DIR.h')
-rw-r--r-- | src/dirent/DIR.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/dirent/DIR.h b/src/dirent/DIR.h new file mode 100644 index 00000000..cc43a5d8 --- /dev/null +++ b/src/dirent/DIR.h @@ -0,0 +1,5 @@ +#include <dirent.h> +typedef struct __DIR DIR; +/* +POSIX(1) +*/ |