aboutsummaryrefslogtreecommitdiff
path: root/direntry.h1
diff options
context:
space:
mode:
Diffstat (limited to 'direntry.h1')
-rw-r--r--direntry.h110
1 files changed, 10 insertions, 0 deletions
diff --git a/direntry.h1 b/direntry.h1
new file mode 100644
index 0000000..446d5c7
--- /dev/null
+++ b/direntry.h1
@@ -0,0 +1,10 @@
+#ifndef DIRENTRY_H
+#define DIRENTRY_H
+
+/* sysdep: -dirent */
+
+#include <sys/types.h>
+#include <sys/dir.h>
+#define direntry struct direct
+
+#endif