summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/dietdirent.h
diff options
context:
space:
mode:
Diffstat (limited to 'mdk-stage1/dietlibc/dietdirent.h')
-rw-r--r--mdk-stage1/dietlibc/dietdirent.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/mdk-stage1/dietlibc/dietdirent.h b/mdk-stage1/dietlibc/dietdirent.h
new file mode 100644
index 000000000..d732cf7dc
--- /dev/null
+++ b/mdk-stage1/dietlibc/dietdirent.h
@@ -0,0 +1,6 @@
+struct __dirstream {
+ int fd;
+ char buf[1024];
+ unsigned int num;
+ unsigned int cur;
+}; /* stream data from opendir() */