summaryrefslogtreecommitdiffstats
path: root/mdk-stage1/dietlibc/dietdirent.h
blob: dbd7206a6f46fb90c16da67f38c0eb5e91e04421 (plain)
1
2
3
4
5
6
7
8
#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() */