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