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.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/mdk-stage1/dietlibc/dietdirent.h b/mdk-stage1/dietlibc/dietdirent.h
deleted file mode 100644
index dbd7206a6..000000000
--- a/mdk-stage1/dietlibc/dietdirent.h
+++ /dev/null
@@ -1,8 +0,0 @@
-#include <sys/shm.h>
-
-struct __dirstream {
- int fd;
- char buf[PAGE_SIZE-(sizeof (int)*3)];
- unsigned int num;
- unsigned int cur;
-}; /* stream data from opendir() */