summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/dietdirent.h
blob: d732cf7dc4cf0893b0458d070e72d28319d7c2e3 (plain)
1
2
3
4
5
6
struct __dirstream {
  int fd;
  char buf[1024];
  unsigned int num;
  unsigned int cur;
};				/* stream data from opendir() */