summaryrefslogtreecommitdiff
path: root/sysdeps/unix/sysv/linux/sparc/sparc64/kernel_stat.h
blob: fcb752e3ec87ff559b68f0c80d1189e2de1441c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* Definition of `struct stat' used in the kernel */
struct kernel_stat
  {
    unsigned int st_dev;
    unsigned int st_ino;
    unsigned int st_mode;
    short int st_nlink;
    unsigned int st_uid;
    unsigned int st_gid;
    unsigned int st_rdev;
    long int st_size;
    long int st_atime;
    long int st_mtime;
    long int st_ctime;
    long int st_blksize;
    long int st_blocks;
    unsigned long int __unused1;
    unsigned long int __unused2;
  };

#define _HAVE___UNUSED1 
#define _HAVE___UNUSED2