Update.
[glibc.git] / sysdeps / unix / sysv / linux / alpha / kernel_stat.h
blob7109677269f2ae85932c9c16ab6b40bb615fb330
1 /* Definition of `struct stat' used in the kernel.. */
2 struct kernel_stat
4 unsigned int st_dev;
5 unsigned int st_ino;
6 unsigned int st_mode;
7 unsigned int st_nlink;
8 unsigned int st_uid;
9 unsigned int st_gid;
10 unsigned int st_rdev;
11 long int st_size;
12 unsigned long int st_atime;
13 unsigned long int st_mtime;
14 unsigned long int st_ctime;
15 unsigned int st_blksize;
16 int st_blocks;
17 unsigned int st_flags;
18 unsigned int st_gen;