summaryrefslogtreecommitdiff
path: root/mit-pthreads/machdep/alpha-osf1/dirent.h
blob: 697ef7b8a8c65561d4cd834a3ce9a9e248dfb7cc (plain)
1
2
3
4
5
6
7
struct dirent {
  ino_t d_ino;
  ushort_t d_reclen, d_namlen;
  char d_name[256];
};
#define d_fileno d_ino
#define MAXNAMLEN 256