xv6/stat.h

8 lines
82 B
C
Raw Normal View History

2006-08-12 04:33:50 +00:00
struct stat {
2006-09-07 13:08:23 +00:00
int dev;
uint ino;
short type;
short nlink;
uint size;
2006-08-12 04:33:50 +00:00
};