summaryrefslogtreecommitdiff
path: root/stat.h
blob: 57a018c9dcf4f3e14d2bdb05cd1071663d6858f2 (plain)
1
2
3
4
5
6
7
struct stat {
  int dev;
  uint ino;
  short type;
  short nlink;
  uint size;
};