protect destruction of process-shared mutexes against robust list races
[musl.git] / arch / powerpc / kstat.h
blob5a611e7b385e1012c673168494bdf45508687909
1 struct kstat {
2 dev_t st_dev;
3 ino_t st_ino;
4 mode_t st_mode;
5 nlink_t st_nlink;
6 uid_t st_uid;
7 gid_t st_gid;
8 dev_t st_rdev;
9 short __st_rdev_padding;
10 off_t st_size;
11 blksize_t st_blksize;
12 blkcnt_t st_blocks;
13 long st_atime_sec;
14 long st_atime_nsec;
15 long st_mtime_sec;
16 long st_mtime_nsec;
17 long st_ctime_sec;
18 long st_ctime_nsec;
19 unsigned __unused[2];