repo.or.cz
/
musl.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add loongarch64 user.h structs; adjust elf_fpreg_t and ELF_NFPREG
[musl.git]
/
arch
/
x32
/
kstat.h
blob
ce25fce35e271a7af8bc1914295a3ddc9fc4b51f
1
struct
kstat
{
2
dev_t st_dev
;
3
ino_t st_ino
;
4
nlink_t st_nlink
;
5
6
mode_t st_mode
;
7
uid_t st_uid
;
8
gid_t st_gid
;
9
unsigned int
__pad0
;
10
dev_t st_rdev
;
11
off_t st_size
;
12
blksize_t st_blksize
;
13
blkcnt_t st_blocks
;
14
15
long long
st_atime_sec
;
16
long
st_atime_nsec
;
17
long long
st_mtime_sec
;
18
long
st_mtime_nsec
;
19
long long
st_ctime_sec
;
20
long
st_ctime_nsec
;
21
long long
__unused
[
3
];
22
};